Skip to content

Commit db614a5

Browse files
chore: release
1 parent 7305b4f commit db614a5

143 files changed

Lines changed: 910 additions & 142 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

block-filter/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-block-filter-v1.1.0...ckb-block-filter-v1.1.1) - 2026-06-03
11+
12+
### Changed
13+
14+
- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)
15+
16+
### Contributors
17+
18+
- @eval-exec
19+
1020
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-block-filter-v1.0.1...ckb-block-filter-v1.1.0) - 2026-03-02
1121

1222
### Added

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

chain/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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-chain-v1.2.1...ckb-chain-v1.2.2) - 2026-06-03
11+
12+
### Changed
13+
14+
- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)
15+
16+
### Fixed
17+
18+
- improve timeout assertion message in test_package_txs_with_deps (#5211) (by @chenyukang)
19+
20+
### Contributors
21+
22+
- @chenyukang
23+
- @eval-exec
24+
1025
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.2.0...ckb-chain-v1.2.1) - 2026-04-24
1126

1227
### Fixed

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

ckb-bin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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-bin-v1.1.0...ckb-bin-v1.1.1) - 2026-06-03
11+
12+
### Changed
13+
14+
- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)
15+
16+
### Fixed
17+
18+
- avoid replay profile zero-duration panic (#5217) (by @chenyukang)
19+
20+
### Contributors
21+
22+
- @chenyukang
23+
- @eval-exec
24+
1025
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.2...ckb-bin-v1.1.0) - 2026-03-02
1126

1227
### Added

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

db-migration/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-db-migration-v1.1.0...ckb-db-migration-v1.1.1) - 2026-06-03
11+
12+
### Changed
13+
14+
- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)
15+
16+
### Contributors
17+
18+
- @eval-exec
19+
1020
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.2...ckb-db-migration-v1.1.0) - 2026-03-02
1121

1222
### Added

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

db-schema/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-db-schema-v1.1.0...ckb-db-schema-v1.1.1) - 2026-06-03
11+
12+
### Changed
13+
14+
- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec)
15+
16+
### Contributors
17+
18+
- @eval-exec
19+
1020
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-schema-v1.0.1...ckb-db-schema-v1.1.0) - 2026-03-02
1121

1222
### Added

0 commit comments

Comments
 (0)