Skip to content

Commit 08092bf

Browse files
chore: release
1 parent 9240121 commit 08092bf

File tree

15 files changed

+84
-14
lines changed

15 files changed

+84
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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-03-20
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-03-20
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"

rpc/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.2](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.1...ckb-rpc-v1.2.2) - 2026-03-20
11+
12+
### Fixed
13+
14+
- overhaul proposal selection and prioritization logic (#5023) (by @zhangsoledad)
15+
16+
### Contributors
17+
18+
- @zhangsoledad
19+
1020
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.0...ckb-rpc-v1.2.1) - 2026-03-08
1121

1222
### 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-03-20
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

tx-pool/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-tx-pool"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
license = "MIT"
55
authors = ["Nervos Core Dev <dev@nervos.org>"]
66
edition = "2024"

util/app-config/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-app-config-v1.2.0...ckb-app-config-v1.2.1) - 2026-03-20
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-app-config-v1.1.0...ckb-app-config-v1.2.0) - 2026-03-02
1121

1222
### Added

0 commit comments

Comments
 (0)