Skip to content

Commit c53e54a

Browse files
authored
release: testnet v0.25.0 (#3807)
## Summary - Bump workspace version `0.24.0` → `0.25.0` (`Cargo.toml`, `Cargo.lock`) - Roll the `CHANGELOG.md` `Unreleased` section into `v0.25.0` Testnet release tracking issue: #3806 ## Testing Verification - `cargo update --workspace --offline` regenerated `Cargo.lock` with only the 13 in-tree crate versions bumped (no dependency drift)
1 parent 651b015 commit c53e54a

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
## [v0.25.0](https://github.com/malbeclabs/doublezero/compare/client/v0.24.0...client/v0.25.0) - 2026-05-29
8+
9+
### Breaking
10+
711
### Changes
812

913
- Controller

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.24.0"
27+
version = "0.25.0"
2828
authors = ["Malbec Labs <dev@malbeclabs.com>"]
2929
readme = "README.md"
3030
edition = "2021"

0 commit comments

Comments
 (0)