Skip to content

Commit 13bd523

Browse files
chore: release
1 parent a45a094 commit 13bd523

File tree

17 files changed

+102
-16
lines changed

17 files changed

+102
-16
lines changed

Cargo.lock

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

chain/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.2.0...ckb-chain-v1.2.1) - 2026-04-02
11+
12+
### Fixed
13+
14+
- overhaul proposal selection and prioritization logic (#5023) (by @zhangsoledad)
15+
16+
### Contributors
17+
18+
- @zhangsoledad
19+
1020
## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.1.1...ckb-chain-v1.2.0) - 2026-03-02
1121

1222
### Added

chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-chain"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
license = "MIT"
55
authors = ["Nervos Core Dev <dev@nervos.org>"]
66
edition = "2024"

network/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.2.0...ckb-network-v1.2.1) - 2026-04-02
11+
12+
### Changed
13+
14+
- upgrade deps (#5132) (by @driftluo)
15+
16+
### Contributors
17+
18+
- @driftluo
19+
1020
## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.1.1...ckb-network-v1.2.0) - 2026-03-02
1121

1222
### Added

network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-network"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
license = "MIT"
55
authors = ["Nervos Core Dev <dev@nervos.org>"]
66
edition = "2024"

resource/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.1.0...ckb-resource-v1.1.1) - 2026-04-02
11+
12+
### Changed
13+
14+
- sort WalkDir entries in resource bundling (#5156) (by @eval-exec)
15+
16+
### Contributors
17+
18+
- @eval-exec
19+
1020
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.0.2...ckb-resource-v1.1.0) - 2026-03-02
1121

1222
### Added

resource/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-resource"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
license = "MIT"
55
authors = ["Nervos Core Dev <dev@nervos.org>"]
66
edition = "2024"

rpc/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.1...ckb-rpc-v1.2.2) - 2026-04-02
11+
12+
### Changed
13+
14+
- *(rpc)* correct PRC typo in docs and comments (#5130) (by @eval-exec)
15+
16+
### Fixed
17+
18+
- generate GitHub-compatible RPC doc anchors (#5136) (by @eval-exec)
19+
- overhaul proposal selection and prioritization logic (#5023) (by @zhangsoledad)
20+
21+
### Contributors
22+
23+
- @eval-exec
24+
- @zhangsoledad
25+
1026
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.0...ckb-rpc-v1.2.1) - 2026-03-08
1127

1228
### Changed

rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-rpc"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
license = "MIT"
55
authors = ["Nervos Core Dev <dev@nervos.org>"]
66
edition = "2024"

tx-pool/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-tx-pool-v1.2.0...ckb-tx-pool-v1.2.1) - 2026-04-02
11+
12+
### Fixed
13+
14+
- overhaul proposal selection and prioritization logic (#5023) (by @zhangsoledad)
15+
16+
### Contributors
17+
18+
- @zhangsoledad
19+
1020
## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-tx-pool-v1.1.1...ckb-tx-pool-v1.2.0) - 2026-03-02
1121

1222
### Added

0 commit comments

Comments
 (0)