Skip to content

Commit bb34b57

Browse files
authored
Merge pull request #76 from spacesprotocol/release-plz-2026-04-26T10-41-53Z
chore: release v0.2.3
2 parents 42d2d66 + 7d473d5 commit bb34b57

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.3](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.2.2...fabric-v0.2.3)
8+
- 2026-04-26
9+
10+
### Bug Fixes
11+
12+
- Sort merged anchors by descending height, fix non-Rust client builds
13+
714
## [0.2.2](https://github.com/spacesprotocol/certrelay/compare/fabric-v0.2.1...fabric-v0.2.2)
815
- 2026-04-26
916

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.2"
6+
version = "0.2.3"
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.2" }
15+
fabric-resolver = { path = "fabric", version = "0.2.3" }
1616
libveritas = { version = "0.2" }
1717
libveritas_testutil = { version = "0.2" }
1818

0 commit comments

Comments
 (0)