Skip to content

Commit c72b0ec

Browse files
release: bump version to 0.35.0 (#4180)
Automated version bump for the v0.35.0 testnet release. Review the promoted CHANGELOG section before merging. Co-authored-by: dz-release-bot[bot] <301885564+dz-release-bot[bot]@users.noreply.github.com>
1 parent ec90944 commit c72b0ec

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

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

77
### Breaking
88

9+
### Changes
10+
11+
## [v0.35.0](https://github.com/malbeclabs/doublezero/compare/client/v0.34.0...client/v0.35.0) - 2026-08-11
12+
13+
### Breaking
14+
915
- CLI
1016
- `doublezero feed get` is removed, and `doublezero feed list` gains `--code` and `--exchange` filters in its place. `doublezero feed list --code shreds --exchange xlax` returns the feed that `doublezero feed get --pubkey <pubkey> --exchange xlax` returned, plus the `group_codes` column the list view already carried. A code that matches no feed now prints an empty table instead of failing. The `exchange` column now carries the metro code, such as `xlax`, in place of the exchange pubkey, in both the table and the JSON. (#4171, #4172)
1117
- `doublezero feed update` and `doublezero feed delete` now name the feed as `--pubkey <PUBKEY>`, or as `--code <CODE>` with `--exchange <EXCHANGE>`. `--pubkey shreds-lax` used to accept a code and resolve it by reading every feed, which failed as soon as a second metro carried that code. Write `doublezero feed update --code shreds-lax --exchange xlax --name "Shreds LAX v2"` instead. (#4172)

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -26,7 +26,7 @@ exclude = [
2626
resolver = "2"
2727

2828
[workspace.package]
29-
version = "0.34.0"
29+
version = "0.35.0"
3030
authors = ["Malbec Labs <dev@malbeclabs.com>"]
3131
readme = "README.md"
3232
edition = "2021"

0 commit comments

Comments
 (0)