Skip to content

Commit aefdbfe

Browse files
chore: release v0.2.8
1 parent f2a085d commit aefdbfe

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [0.2.8](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.2.7...fabric-v0.2.8)
8+
- 2026-08-06
9+
10+
### Bug Fixes
11+
12+
- Report the newest anchor as the tip, not the oldest
13+
14+
### Features
15+
16+
- Version-aware /query and /hints caching + per-call noCache client opt
17+
718
## [0.2.7](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.2.6...fabric-v0.2.7)
819
- 2026-08-01
920

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["fabric", "relay", "tests"]
44

55
[workspace.package]
6-
version = "0.2.7"
6+
version = "0.2.8"
77
edition = "2024"
88
rust-version = "1.85"
99
license = "MIT"
@@ -12,7 +12,7 @@ homepage = "https://spacesprotocol.org"
1212
authors = ["Buffrr <contact@buffrr.dev>"]
1313

1414
[workspace.dependencies]
15-
fabric-resolver = { path = "fabric", version = "0.2.7" }
15+
fabric-resolver = { path = "fabric", version = "0.2.8" }
1616
libveritas = { version = "0.3.3" }
1717
libveritas_testutil = { version = "0.3.3" }
1818

0 commit comments

Comments
 (0)