Skip to content

Commit ccb20e4

Browse files
authored
docs(changelog): complete v6.1.0 dependency-bump entries (#11012)
zebra-state, zebra-consensus, and zebra-rpc were missing their full per-crate dependency-bump lists in the v6.1.0 sections: the reconciliation was pushed to the release PR branch after it was squash-merged, so it never landed. Add the missing lines (per zc's dependency diff) to bring these in line with the other crates and the v6.1.0 release. Docs-only; the published crates are unaffected.
1 parent 2b92600 commit ccb20e4

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

zebra-consensus/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Requires `zebra-state` 11.0.0. `zebra-state` types (`error::ValidateContextError`,
1313
`request::Request`, `response::{Response, KnownBlock}`) appear in this crate's public API,
1414
so `zebra-state`'s major bump is breaking here too.
15+
- `tower-batch-control` dependency bumped to `1.1.1`.
16+
- `tower-fallback` dependency bumped to `0.2.43`.
17+
- `zebra-chain` dependency bumped to `11.2.0`.
18+
- `zebra-node-services` dependency bumped to `9.1.1`.
19+
- `zebra-script` dependency bumped to `10.1.1`.
1520

1621
## [11.0.0] - 2026-07-10
1722

zebra-rpc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
- Requires `zebra-state` 11.0.0 and `zebra-consensus` 12.0.0, whose types appear in this
2727
crate's public API (`methods::RpcImpl`, `indexer::server::IndexerRPC`).
28+
- `zebra-chain` dependency bumped to `11.2.0`.
29+
- `zebra-network` dependency bumped to `10.1.1`.
30+
- `zebra-node-services` dependency bumped to `9.1.1`.
31+
- `zebra-script` dependency bumped to `10.1.1`.
2832

2933
### Fixed
3034

zebra-state/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
`ZebraDb`'s public API, so the rocksdb 0.22 → 0.24 bump is a breaking change; 10.1.0
1414
shipped it without a major and is yanked. Downstream code pinning an older rocksdb must
1515
upgrade.
16+
- `zebra-chain` dependency bumped to `11.2.0`.
17+
- `zebra-node-services` dependency bumped to `9.1.1`.
1618

1719
### Security
1820

0 commit comments

Comments
 (0)