diff --git a/Cargo.lock b/Cargo.lock index 34161ba829..2f8f49dcd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "ckb-app-config" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ckb-build-info", "ckb-chain-spec", @@ -769,7 +769,7 @@ dependencies = [ [[package]] name = "ckb-async-runtime" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-logger", "ckb-spawn", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "ckb-bin" -version = "1.1.0" +version = "1.1.1" dependencies = [ "base64 0.21.7", "ckb-app-config", @@ -854,7 +854,7 @@ dependencies = [ [[package]] name = "ckb-block-filter" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-async-runtime", "ckb-logger", @@ -866,11 +866,11 @@ dependencies = [ [[package]] name = "ckb-build-info" -version = "1.1.0" +version = "1.1.1" [[package]] name = "ckb-chain" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ckb-app-config", "ckb-chain-spec", @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "ckb-chain-iter" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-store", "ckb-types", @@ -917,7 +917,7 @@ dependencies = [ [[package]] name = "ckb-chain-spec" -version = "1.1.0" +version = "1.1.1" dependencies = [ "cacache", "ckb-constant", @@ -939,21 +939,21 @@ dependencies = [ [[package]] name = "ckb-channel" -version = "1.2.0" +version = "1.2.1" dependencies = [ "crossbeam-channel", ] [[package]] name = "ckb-constant" -version = "1.1.1" +version = "1.1.2" dependencies = [ "phf 0.12.1", ] [[package]] name = "ckb-crypto" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-fixed-hash", "faster-hex", @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "ckb-dao" -version = "1.1.0" +version = "1.1.1" dependencies = [ "byteorder", "ckb-chain-spec", @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "ckb-dao-utils" -version = "1.1.0" +version = "1.1.1" dependencies = [ "byteorder", "ckb-error", @@ -988,7 +988,7 @@ dependencies = [ [[package]] name = "ckb-db" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-db-schema", @@ -1001,7 +1001,7 @@ dependencies = [ [[package]] name = "ckb-db-migration" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-channel", @@ -1016,11 +1016,11 @@ dependencies = [ [[package]] name = "ckb-db-schema" -version = "1.1.0" +version = "1.1.1" [[package]] name = "ckb-error" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "ckb-occupied-capacity", @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "ckb-fee-estimator" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-chain-spec", "ckb-logger", @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "ckb-fixed-hash" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-fixed-hash-core", "ckb-fixed-hash-macros", @@ -1049,7 +1049,7 @@ dependencies = [ [[package]] name = "ckb-fixed-hash-core" -version = "1.1.1" +version = "1.1.2" dependencies = [ "faster-hex", "schemars", @@ -1060,7 +1060,7 @@ dependencies = [ [[package]] name = "ckb-fixed-hash-macros" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-fixed-hash-core", "proc-macro2", @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "ckb-freezer" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-error", "ckb-logger", @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "ckb-gen-types" -version = "1.1.0" +version = "1.1.1" dependencies = [ "cfg-if", "ckb-error", @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "ckb-hash" -version = "1.1.0" +version = "1.1.1" dependencies = [ "blake2b-ref", "blake2b-rs", @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "ckb-indexer" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1127,7 +1127,7 @@ dependencies = [ [[package]] name = "ckb-indexer-sync" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "ckb-instrument" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-chain", @@ -1165,7 +1165,7 @@ dependencies = [ [[package]] name = "ckb-jsonrpc-types" -version = "1.1.1" +version = "1.1.2" dependencies = [ "ckb-types", "faster-hex", @@ -1179,7 +1179,7 @@ dependencies = [ [[package]] name = "ckb-launcher" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "ckb-light-client-protocol-server" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ckb-app-config", "ckb-chain", @@ -1242,14 +1242,14 @@ dependencies = [ [[package]] name = "ckb-logger" -version = "1.1.0" +version = "1.1.1" dependencies = [ "log", ] [[package]] name = "ckb-logger-config" -version = "1.1.0" +version = "1.1.1" dependencies = [ "serde", "toml", @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "ckb-logger-service" -version = "1.1.0" +version = "1.1.1" dependencies = [ "backtrace", "ckb-channel", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "ckb-memory-tracker" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-db", "ckb-logger", @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "ckb-metrics" -version = "1.2.0" +version = "1.2.1" dependencies = [ "prometheus", "prometheus-static-metric", @@ -1305,14 +1305,14 @@ dependencies = [ [[package]] name = "ckb-metrics-config" -version = "1.1.0" +version = "1.1.1" dependencies = [ "serde", ] [[package]] name = "ckb-metrics-service" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-async-runtime", "ckb-logger", @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "ckb-migrate" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-chain-spec", @@ -1348,7 +1348,7 @@ dependencies = [ [[package]] name = "ckb-migration-template" -version = "1.1.0" +version = "1.1.1" dependencies = [ "quote", "syn 2.0.117", @@ -1356,7 +1356,7 @@ dependencies = [ [[package]] name = "ckb-miner" -version = "1.1.0" +version = "1.1.1" dependencies = [ "base64 0.21.7", "ckb-app-config", @@ -1387,7 +1387,7 @@ dependencies = [ [[package]] name = "ckb-multisig" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-crypto", "ckb-error", @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "ckb-network" -version = "1.2.1" +version = "1.2.2" dependencies = [ "bitflags 2.11.1", "bloom-filters", @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "ckb-network-alert" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1459,7 +1459,7 @@ dependencies = [ [[package]] name = "ckb-notify" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1471,7 +1471,7 @@ dependencies = [ [[package]] name = "ckb-occupied-capacity" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-occupied-capacity-core", "ckb-occupied-capacity-macros", @@ -1479,14 +1479,14 @@ dependencies = [ [[package]] name = "ckb-occupied-capacity-core" -version = "1.1.0" +version = "1.1.1" dependencies = [ "serde", ] [[package]] name = "ckb-occupied-capacity-macros" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-occupied-capacity-core", "quote", @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "ckb-onion" -version = "1.1.0" +version = "1.1.1" dependencies = [ "base64 0.21.7", "ckb-async-runtime", @@ -1510,7 +1510,7 @@ dependencies = [ [[package]] name = "ckb-pow" -version = "1.1.0" +version = "1.1.1" dependencies = [ "byteorder", "ckb-hash", @@ -1522,7 +1522,7 @@ dependencies = [ [[package]] name = "ckb-proposal-table" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-chain-spec", "ckb-logger", @@ -1531,7 +1531,7 @@ dependencies = [ [[package]] name = "ckb-rational" -version = "1.1.0" +version = "1.1.1" dependencies = [ "numext-fixed-uint", "proptest", @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "ckb-resource" -version = "1.1.1" +version = "1.1.2" dependencies = [ "ckb-system-scripts", "ckb-types", @@ -1554,7 +1554,7 @@ dependencies = [ [[package]] name = "ckb-reward-calculator" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-chain-spec", "ckb-dao", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "ckb-rich-indexer" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "ckb-app-config", @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "ckb-rpc" -version = "1.2.2" +version = "1.2.3" dependencies = [ "async-stream", "async-trait", @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "ckb-script" -version = "1.1.0" +version = "1.1.1" dependencies = [ "byteorder", "ckb-chain-spec", @@ -1705,7 +1705,7 @@ dependencies = [ [[package]] name = "ckb-shared" -version = "1.1.1" +version = "1.1.2" dependencies = [ "arc-swap", "bitflags 2.11.1", @@ -1739,7 +1739,7 @@ dependencies = [ [[package]] name = "ckb-snapshot" -version = "1.1.0" +version = "1.1.1" dependencies = [ "arc-swap", "ckb-chain-spec", @@ -1755,11 +1755,11 @@ dependencies = [ [[package]] name = "ckb-spawn" -version = "1.1.0" +version = "1.1.1" [[package]] name = "ckb-stop-handler" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-async-runtime", "ckb-channel", @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "ckb-store" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-app-config", "ckb-chain-spec", @@ -1792,7 +1792,7 @@ dependencies = [ [[package]] name = "ckb-sync" -version = "1.3.0" +version = "1.3.1" dependencies = [ "ckb-app-config", "ckb-chain", @@ -1847,7 +1847,7 @@ dependencies = [ [[package]] name = "ckb-systemtime" -version = "1.1.0" +version = "1.1.1" dependencies = [ "web-time", ] @@ -1893,7 +1893,7 @@ dependencies = [ [[package]] name = "ckb-test-chain-utils" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-chain-spec", "ckb-dao", @@ -1911,14 +1911,14 @@ dependencies = [ [[package]] name = "ckb-traits" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-types", ] [[package]] name = "ckb-tx-pool" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1960,7 +1960,7 @@ dependencies = [ [[package]] name = "ckb-types" -version = "1.1.1" +version = "1.1.2" dependencies = [ "bit-vec 0.6.3", "bytes", @@ -1983,7 +1983,7 @@ dependencies = [ [[package]] name = "ckb-util" -version = "1.3.0" +version = "1.3.1" dependencies = [ "ckb-fixed-hash", "linked-hash-map", @@ -1992,7 +1992,7 @@ dependencies = [ [[package]] name = "ckb-verification" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-chain-spec", "ckb-constant", @@ -2014,7 +2014,7 @@ dependencies = [ [[package]] name = "ckb-verification-contextual" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ckb-async-runtime", "ckb-chain", @@ -2040,7 +2040,7 @@ dependencies = [ [[package]] name = "ckb-verification-traits" -version = "1.1.0" +version = "1.1.1" dependencies = [ "bitflags 2.11.1", "ckb-error", diff --git a/block-filter/CHANGELOG.md b/block-filter/CHANGELOG.md index ada3f991d7..54d960ea56 100644 --- a/block-filter/CHANGELOG.md +++ b/block-filter/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-block-filter-v1.1.0...ckb-block-filter-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-block-filter-v1.0.1...ckb-block-filter-v1.1.0) - 2026-03-02 ### Added diff --git a/block-filter/Cargo.toml b/block-filter/Cargo.toml index 3247708c98..5115884f6e 100644 --- a/block-filter/Cargo.toml +++ b/block-filter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-block-filter" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/chain/CHANGELOG.md b/chain/CHANGELOG.md index 18bf005a94..e5a8e3cfd0 100644 --- a/chain/CHANGELOG.md +++ b/chain/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.2.1...ckb-chain-v1.2.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) +- improve timeout assertion message in test_package_txs_with_deps (#5211) (by @chenyukang) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.2.0...ckb-chain-v1.2.1) - 2026-04-24 ### Fixed diff --git a/chain/Cargo.toml b/chain/Cargo.toml index 07a4fd5d36..857eab8416 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain" -version = "1.2.1" +version = "1.2.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/ckb-bin/CHANGELOG.md b/ckb-bin/CHANGELOG.md index f507d51f85..f8cdd12aca 100644 --- a/ckb-bin/CHANGELOG.md +++ b/ckb-bin/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.1.0...ckb-bin-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- avoid replay profile zero-duration panic (#5217) (by @chenyukang) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.2...ckb-bin-v1.1.0) - 2026-03-02 ### Added diff --git a/ckb-bin/Cargo.toml b/ckb-bin/Cargo.toml index f10b9de79d..11428ae52b 100644 --- a/ckb-bin/Cargo.toml +++ b/ckb-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-bin" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/db-migration/CHANGELOG.md b/db-migration/CHANGELOG.md index 0fdad775c2..fcf5fd7030 100644 --- a/db-migration/CHANGELOG.md +++ b/db-migration/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.1.0...ckb-db-migration-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.2...ckb-db-migration-v1.1.0) - 2026-03-02 ### Added diff --git a/db-migration/Cargo.toml b/db-migration/Cargo.toml index 6442addf84..f63b6a0d60 100644 --- a/db-migration/Cargo.toml +++ b/db-migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db-migration" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/db-schema/CHANGELOG.md b/db-schema/CHANGELOG.md index 7823831604..5466c7219a 100644 --- a/db-schema/CHANGELOG.md +++ b/db-schema/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-schema-v1.1.0...ckb-db-schema-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-schema-v1.0.1...ckb-db-schema-v1.1.0) - 2026-03-02 ### Added diff --git a/db-schema/Cargo.toml b/db-schema/Cargo.toml index c48a8ff335..1a2e786bf5 100644 --- a/db-schema/Cargo.toml +++ b/db-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db-schema" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/db/CHANGELOG.md b/db/CHANGELOG.md index d2d41234ed..7087df0463 100644 --- a/db/CHANGELOG.md +++ b/db/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.1.0...ckb-db-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.0.2...ckb-db-v1.1.0) - 2026-03-02 ### Added diff --git a/db/Cargo.toml b/db/Cargo.toml index 093aa1ce39..2830ec256e 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/error/CHANGELOG.md b/error/CHANGELOG.md index f9dc5a80ee..9f37ff0b43 100644 --- a/error/CHANGELOG.md +++ b/error/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-error-v1.1.0...ckb-error-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-error-v1.0.2...ckb-error-v1.1.0) - 2026-03-02 ### Added diff --git a/error/Cargo.toml b/error/Cargo.toml index 44be1b1d15..3f51900bce 100644 --- a/error/Cargo.toml +++ b/error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-error" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/freezer/CHANGELOG.md b/freezer/CHANGELOG.md index 94372c49e0..73e8bf8baf 100644 --- a/freezer/CHANGELOG.md +++ b/freezer/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-freezer-v1.1.0...ckb-freezer-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-freezer-v1.0.1...ckb-freezer-v1.1.0) - 2026-03-02 ### Added diff --git a/freezer/Cargo.toml b/freezer/Cargo.toml index 345b428dbc..78d5d3a31f 100644 --- a/freezer/Cargo.toml +++ b/freezer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-freezer" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/miner/CHANGELOG.md b/miner/CHANGELOG.md index 7a3e8092e4..a360bfcc3e 100644 --- a/miner/CHANGELOG.md +++ b/miner/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-miner-v1.1.0...ckb-miner-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-miner-v1.0.2...ckb-miner-v1.1.0) - 2026-03-02 ### Added diff --git a/miner/Cargo.toml b/miner/Cargo.toml index 9c122e6cbe..1ef4ba9dbc 100644 --- a/miner/Cargo.toml +++ b/miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-miner" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/network/CHANGELOG.md b/network/CHANGELOG.md index 5015d1ce37..bf4ea9747a 100644 --- a/network/CHANGELOG.md +++ b/network/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.2.1...ckb-network-v1.2.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.2.0...ckb-network-v1.2.1) - 2026-04-24 ### Changed diff --git a/network/Cargo.toml b/network/Cargo.toml index cb4e97b932..ab7246c032 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-network" -version = "1.2.1" +version = "1.2.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/notify/CHANGELOG.md b/notify/CHANGELOG.md index ccca74dccd..3ce052c5f7 100644 --- a/notify/CHANGELOG.md +++ b/notify/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-notify-v1.1.0...ckb-notify-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-notify-v1.0.2...ckb-notify-v1.1.0) - 2026-03-02 ### Added diff --git a/notify/Cargo.toml b/notify/Cargo.toml index a39b164794..34cf474685 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-notify" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/pow/CHANGELOG.md b/pow/CHANGELOG.md index 9550185fa4..3e7d9d211c 100644 --- a/pow/CHANGELOG.md +++ b/pow/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-pow-v1.1.0...ckb-pow-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-pow-v1.0.2...ckb-pow-v1.1.0) - 2026-03-02 ### Added diff --git a/pow/Cargo.toml b/pow/Cargo.toml index ad3b7aaf30..e44d7ce362 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-pow" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/resource/CHANGELOG.md b/resource/CHANGELOG.md index 88d8cb3d22..26b8725b07 100644 --- a/resource/CHANGELOG.md +++ b/resource/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.1.1...ckb-resource-v1.1.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.1.0...ckb-resource-v1.1.1) - 2026-04-24 ### Changed diff --git a/resource/Cargo.toml b/resource/Cargo.toml index db5fd04f03..99aca2b1a8 100644 --- a/resource/Cargo.toml +++ b/resource/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-resource" -version = "1.1.1" +version = "1.1.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/rpc/CHANGELOG.md b/rpc/CHANGELOG.md index 51ccd538b0..560ddc3cb8 100644 --- a/rpc/CHANGELOG.md +++ b/rpc/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.3](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.2...ckb-rpc-v1.2.3) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) +- Fix RPC test chain service teardown on Windows (#5213) (by @chenyukang) +- fix some comments to improve readability (#5209) (by @caltechustc) + +### Contributors + +- @chenyukang +- @caltechustc +- @eval-exec + ## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.1...ckb-rpc-v1.2.2) - 2026-04-24 ### Changed diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 90df48bba7..008b1a417a 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rpc" -version = "1.2.2" +version = "1.2.3" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/script/CHANGELOG.md b/script/CHANGELOG.md index dd5e680e75..0f314f0c22 100644 --- a/script/CHANGELOG.md +++ b/script/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-script-v1.1.0...ckb-script-v1.1.1) - 2026-06-08 + +### Changed + +- Merge commit from fork (by @Officeyutong) +- Merge commit from fork (by @Officeyutong) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) + +### Contributors + +- @Officeyutong +- @chenyukang +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-script-v1.0.2...ckb-script-v1.1.0) - 2026-03-02 ### Added diff --git a/script/Cargo.toml b/script/Cargo.toml index 14d5b0e301..de09d7dc8d 100644 --- a/script/Cargo.toml +++ b/script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-script" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index eb05dcd8d1..901f5b8696 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-shared-v1.1.1...ckb-shared-v1.1.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-shared-v1.1.0...ckb-shared-v1.1.1) - 2026-04-24 ### Fixed diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 2f75a1d099..7cb223406d 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-shared" -version = "1.1.1" +version = "1.1.2" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index 42871a3f7f..40eccb8349 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-spec-v1.1.0...ckb-chain-spec-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-spec-v1.0.2...ckb-chain-spec-v1.1.0) - 2026-03-02 ### Added diff --git a/spec/Cargo.toml b/spec/Cargo.toml index beedb0aa9e..674352c386 100644 --- a/spec/Cargo.toml +++ b/spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain-spec" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/store/CHANGELOG.md b/store/CHANGELOG.md index d58cdf93d5..fc5c3e96c7 100644 --- a/store/CHANGELOG.md +++ b/store/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-store-v1.1.0...ckb-store-v1.1.1) - 2026-06-08 + +### Changed + +- validate freezer hash lookups (#5222) (by @chenyukang) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-store-v1.0.2...ckb-store-v1.1.0) - 2026-03-02 ### Added diff --git a/store/Cargo.toml b/store/Cargo.toml index 38ed1968dc..2d09139c7a 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-store" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/sync/CHANGELOG.md b/sync/CHANGELOG.md index 1b50fc4043..54ead7845d 100644 --- a/sync/CHANGELOG.md +++ b/sync/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1](https://github.com/nervosnetwork/ckb/compare/ckb-sync-v1.3.0...ckb-sync-v1.3.1) - 2026-06-08 + +### Added + +- add inserted valid header INFO level log (#5183) (by @eval-exec) + +### Changed + +- Merge commit from fork (by @zhangsoledad) +- Merge commit from fork (by @eval-exec) +- Merge commit from fork (by @Officeyutong) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) +- use is_multiple_of to replace % operator (#5189) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) + +### Contributors + +- @chenyukang +- @zhangsoledad +- @eval-exec +- @Officeyutong + ## [1.3.0](https://github.com/nervosnetwork/ckb/compare/ckb-sync-v1.2.0...ckb-sync-v1.3.0) - 2026-03-02 ### Added diff --git a/sync/Cargo.toml b/sync/Cargo.toml index a61cb36ddf..b6ada0908a 100644 --- a/sync/Cargo.toml +++ b/sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-sync" -version = "1.3.0" +version = "1.3.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/traits/CHANGELOG.md b/traits/CHANGELOG.md index 9fa4859759..cc558b15e8 100644 --- a/traits/CHANGELOG.md +++ b/traits/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-traits-v1.1.0...ckb-traits-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-traits-v1.0.2...ckb-traits-v1.1.0) - 2026-03-02 ### Added diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 7f40714a76..8ab45b7db3 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-traits" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/tx-pool/CHANGELOG.md b/tx-pool/CHANGELOG.md index 1aaebb1fc5..cdcfc7ded3 100644 --- a/tx-pool/CHANGELOG.md +++ b/tx-pool/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-tx-pool-v1.2.1...ckb-tx-pool-v1.2.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) +- enhance orphan transaction handling and add test utilities (#5220) (by @chenyukang) +- Fix flaky ci for orphan tx (#5204) (by @chenyukang) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-tx-pool-v1.2.0...ckb-tx-pool-v1.2.1) - 2026-04-24 ### Fixed diff --git a/tx-pool/Cargo.toml b/tx-pool/Cargo.toml index 4a49a0c92e..c81f6c02d9 100644 --- a/tx-pool/Cargo.toml +++ b/tx-pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-tx-pool" -version = "1.2.1" +version = "1.2.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/CHANGELOG.md b/util/CHANGELOG.md index 440ac434c2..9a0efe8042 100644 --- a/util/CHANGELOG.md +++ b/util/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1](https://github.com/nervosnetwork/ckb/compare/ckb-util-v1.3.0...ckb-util-v1.3.1) - 2026-06-08 + +### Changed + +- Merge commit from fork (by @Officeyutong) +- Merge commit from fork (by @zhangsoledad) +- Merge commit from fork (by @eval-exec) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix clippy (#5230) (by @chenyukang) +- fix overflows (by @chenyukang) +- Fix clippy (#5227) (by @chenyukang) +- fix some comments to improve readability (#5209) (by @caltechustc) + +### Contributors + +- @chenyukang +- @Officeyutong +- @zhangsoledad +- @eval-exec +- @caltechustc + ## [1.3.0](https://github.com/nervosnetwork/ckb/compare/ckb-util-v1.2.0...ckb-util-v1.3.0) - 2026-03-02 ### Added diff --git a/util/Cargo.toml b/util/Cargo.toml index 1384d20c4b..77aef27e70 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-util" -version = "1.3.0" +version = "1.3.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/app-config/CHANGELOG.md b/util/app-config/CHANGELOG.md index 9864786002..701453070e 100644 --- a/util/app-config/CHANGELOG.md +++ b/util/app-config/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2](https://github.com/nervosnetwork/ckb/compare/ckb-app-config-v1.2.1...ckb-app-config-v1.2.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-app-config-v1.2.0...ckb-app-config-v1.2.1) - 2026-04-24 ### Fixed diff --git a/util/app-config/Cargo.toml b/util/app-config/Cargo.toml index 6414bd457c..028bae3192 100644 --- a/util/app-config/Cargo.toml +++ b/util/app-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-app-config" -version = "1.2.1" +version = "1.2.2" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/build-info/CHANGELOG.md b/util/build-info/CHANGELOG.md index 1b25953c18..254ffb7716 100644 --- a/util/build-info/CHANGELOG.md +++ b/util/build-info/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-build-info-v1.1.0...ckb-build-info-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-build-info-v1.0.1...ckb-build-info-v1.1.0) - 2026-03-02 ### Added diff --git a/util/build-info/Cargo.toml b/util/build-info/Cargo.toml index 7767f374c5..92035f1cd5 100644 --- a/util/build-info/Cargo.toml +++ b/util/build-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-build-info" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/chain-iter/CHANGELOG.md b/util/chain-iter/CHANGELOG.md index cce4c66d89..98d76e12ec 100644 --- a/util/chain-iter/CHANGELOG.md +++ b/util/chain-iter/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-iter-v1.1.0...ckb-chain-iter-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-iter-v1.0.2...ckb-chain-iter-v1.1.0) - 2026-03-02 ### Added diff --git a/util/chain-iter/Cargo.toml b/util/chain-iter/Cargo.toml index c79dae56e9..99589ad78f 100644 --- a/util/chain-iter/Cargo.toml +++ b/util/chain-iter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain-iter" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/channel/CHANGELOG.md b/util/channel/CHANGELOG.md index 4287573c47..ce31043b51 100644 --- a/util/channel/CHANGELOG.md +++ b/util/channel/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-channel-v1.2.0...ckb-channel-v1.2.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-channel-v1.1.1...ckb-channel-v1.2.0) - 2026-03-02 ### Added diff --git a/util/channel/Cargo.toml b/util/channel/Cargo.toml index c6ca29d0d8..080fe5a8a3 100644 --- a/util/channel/Cargo.toml +++ b/util/channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-channel" -version = "1.2.0" +version = "1.2.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/constant/CHANGELOG.md b/util/constant/CHANGELOG.md index 477454002a..49f651e6ba 100644 --- a/util/constant/CHANGELOG.md +++ b/util/constant/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-constant-v1.1.1...ckb-constant-v1.1.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) +- Merge branch 'rc/v0.206.x' into develop (by @doitian) +- extend assume-valid target checkpoints (#5192) (by @eval-exec) + +### Contributors + +- @eval-exec +- @doitian + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-constant-v1.1.0...ckb-constant-v1.1.1) - 2026-04-24 ### Changed diff --git a/util/constant/Cargo.toml b/util/constant/Cargo.toml index b151948fd4..41a5bbbe06 100644 --- a/util/constant/Cargo.toml +++ b/util/constant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-constant" -version = "1.1.1" +version = "1.1.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/crypto/CHANGELOG.md b/util/crypto/CHANGELOG.md index a528134e05..615b761367 100644 --- a/util/crypto/CHANGELOG.md +++ b/util/crypto/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-crypto-v1.1.0...ckb-crypto-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-crypto-v1.0.1...ckb-crypto-v1.1.0) - 2026-03-02 ### Added diff --git a/util/crypto/Cargo.toml b/util/crypto/Cargo.toml index c731e448f3..ff1d1b1d74 100644 --- a/util/crypto/Cargo.toml +++ b/util/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-crypto" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/dao/CHANGELOG.md b/util/dao/CHANGELOG.md index 24907d2d66..1b7e51c999 100644 --- a/util/dao/CHANGELOG.md +++ b/util/dao/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-dao-v1.1.0...ckb-dao-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix clippy (#5230) (by @chenyukang) +- fix overflows (by @chenyukang) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-dao-v1.0.2...ckb-dao-v1.1.0) - 2026-03-02 ### Added diff --git a/util/dao/Cargo.toml b/util/dao/Cargo.toml index 00dd910ffc..7324fa8bc2 100644 --- a/util/dao/Cargo.toml +++ b/util/dao/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-dao" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/dao/utils/CHANGELOG.md b/util/dao/utils/CHANGELOG.md index f7b00d1cf3..16b9846275 100644 --- a/util/dao/utils/CHANGELOG.md +++ b/util/dao/utils/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-dao-utils-v1.1.0...ckb-dao-utils-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-dao-utils-v1.0.2...ckb-dao-utils-v1.1.0) - 2026-03-02 ### Added diff --git a/util/dao/utils/Cargo.toml b/util/dao/utils/Cargo.toml index 16ae957cf7..17cf307aac 100644 --- a/util/dao/utils/Cargo.toml +++ b/util/dao/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-dao-utils" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/fee-estimator/CHANGELOG.md b/util/fee-estimator/CHANGELOG.md index 510b5d3cac..0d72fa37d2 100644 --- a/util/fee-estimator/CHANGELOG.md +++ b/util/fee-estimator/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-fee-estimator-v1.1.0...ckb-fee-estimator-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-fee-estimator-v1.0.1...ckb-fee-estimator-v1.1.0) - 2026-03-02 ### Added diff --git a/util/fee-estimator/Cargo.toml b/util/fee-estimator/Cargo.toml index dff3fd1d1f..a254bde9f4 100644 --- a/util/fee-estimator/Cargo.toml +++ b/util/fee-estimator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-fee-estimator" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/fixed-hash/CHANGELOG.md b/util/fixed-hash/CHANGELOG.md index 82a88544d6..62b9ee9a88 100644 --- a/util/fixed-hash/CHANGELOG.md +++ b/util/fixed-hash/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-v1.1.0...ckb-fixed-hash-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-v1.0.2...ckb-fixed-hash-v1.1.0) - 2026-03-02 ### Added diff --git a/util/fixed-hash/Cargo.toml b/util/fixed-hash/Cargo.toml index 59248adf11..83bbf5a306 100644 --- a/util/fixed-hash/Cargo.toml +++ b/util/fixed-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-fixed-hash" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/fixed-hash/core/CHANGELOG.md b/util/fixed-hash/core/CHANGELOG.md index ff4d367611..d66fa2ca62 100644 --- a/util/fixed-hash/core/CHANGELOG.md +++ b/util/fixed-hash/core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-core-v1.1.1...ckb-fixed-hash-core-v1.1.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-core-v1.1.0...ckb-fixed-hash-core-v1.1.1) - 2026-03-08 ### Changed diff --git a/util/fixed-hash/core/Cargo.toml b/util/fixed-hash/core/Cargo.toml index c42b2c3e11..4e456c09c1 100644 --- a/util/fixed-hash/core/Cargo.toml +++ b/util/fixed-hash/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-fixed-hash-core" -version = "1.1.1" +version = "1.1.2" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/fixed-hash/macros/CHANGELOG.md b/util/fixed-hash/macros/CHANGELOG.md index 174d78819d..4d83df4a5e 100644 --- a/util/fixed-hash/macros/CHANGELOG.md +++ b/util/fixed-hash/macros/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-macros-v1.1.0...ckb-fixed-hash-macros-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-macros-v1.0.1...ckb-fixed-hash-macros-v1.1.0) - 2026-03-02 ### Added diff --git a/util/fixed-hash/macros/Cargo.toml b/util/fixed-hash/macros/Cargo.toml index c67a46d306..ae917677b3 100644 --- a/util/fixed-hash/macros/Cargo.toml +++ b/util/fixed-hash/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-fixed-hash-macros" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/gen-types/CHANGELOG.md b/util/gen-types/CHANGELOG.md index 862e49d4a3..e177c5f734 100644 --- a/util/gen-types/CHANGELOG.md +++ b/util/gen-types/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-gen-types-v1.1.0...ckb-gen-types-v1.1.1) - 2026-06-08 + +### Changed + +- Merge commit from fork (by @zhangsoledad) +- Merge commit from fork (by @eval-exec) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- Fix clippy (#5227) (by @chenyukang) + +### Contributors + +- @chenyukang +- @zhangsoledad +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-gen-types-v1.0.2...ckb-gen-types-v1.1.0) - 2026-03-02 ### Added diff --git a/util/gen-types/Cargo.toml b/util/gen-types/Cargo.toml index df1f3bf46a..45d7e8ffae 100644 --- a/util/gen-types/Cargo.toml +++ b/util/gen-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-gen-types" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" diff --git a/util/hash/CHANGELOG.md b/util/hash/CHANGELOG.md index 83da1915aa..90ca53fac2 100644 --- a/util/hash/CHANGELOG.md +++ b/util/hash/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-hash-v1.1.0...ckb-hash-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-hash-v1.0.1...ckb-hash-v1.1.0) - 2026-03-02 ### Added diff --git a/util/hash/Cargo.toml b/util/hash/Cargo.toml index 984bc03978..eba560778c 100644 --- a/util/hash/Cargo.toml +++ b/util/hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-hash" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/indexer-sync/CHANGELOG.md b/util/indexer-sync/CHANGELOG.md index aba57b6116..e1454ca9ce 100644 --- a/util/indexer-sync/CHANGELOG.md +++ b/util/indexer-sync/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-indexer-sync-v1.1.0...ckb-indexer-sync-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-indexer-sync-v1.0.1...ckb-indexer-sync-v1.1.0) - 2026-03-02 ### Added diff --git a/util/indexer-sync/Cargo.toml b/util/indexer-sync/Cargo.toml index ac1a2c264a..c36b8a671d 100644 --- a/util/indexer-sync/Cargo.toml +++ b/util/indexer-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-indexer-sync" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/indexer/CHANGELOG.md b/util/indexer/CHANGELOG.md index 064dac1c85..5bd24020cd 100644 --- a/util/indexer/CHANGELOG.md +++ b/util/indexer/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-indexer-v1.2.0...ckb-indexer-v1.2.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-indexer-v1.1.0...ckb-indexer-v1.2.0) - 2026-03-02 ### Added diff --git a/util/indexer/Cargo.toml b/util/indexer/Cargo.toml index 2c248b8755..0724fdd284 100644 --- a/util/indexer/Cargo.toml +++ b/util/indexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-indexer" -version = "1.2.0" +version = "1.2.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/instrument/CHANGELOG.md b/util/instrument/CHANGELOG.md index 0d86b2df9f..34c9f80cf4 100644 --- a/util/instrument/CHANGELOG.md +++ b/util/instrument/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-instrument-v1.1.0...ckb-instrument-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-instrument-v1.0.2...ckb-instrument-v1.1.0) - 2026-03-02 ### Added diff --git a/util/instrument/Cargo.toml b/util/instrument/Cargo.toml index a7bd451199..0953c7840e 100644 --- a/util/instrument/Cargo.toml +++ b/util/instrument/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-instrument" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/jsonrpc-types/CHANGELOG.md b/util/jsonrpc-types/CHANGELOG.md index c02cfbe985..b9e621e42d 100644 --- a/util/jsonrpc-types/CHANGELOG.md +++ b/util/jsonrpc-types/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-jsonrpc-types-v1.1.1...ckb-jsonrpc-types-v1.1.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix some comments to improve readability (#5209) (by @caltechustc) + +### Contributors + +- @caltechustc +- @eval-exec + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-jsonrpc-types-v1.1.0...ckb-jsonrpc-types-v1.1.1) - 2026-03-08 ### Changed diff --git a/util/jsonrpc-types/Cargo.toml b/util/jsonrpc-types/Cargo.toml index abbe77abcd..c6a8ba77cc 100644 --- a/util/jsonrpc-types/Cargo.toml +++ b/util/jsonrpc-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-jsonrpc-types" -version = "1.1.1" +version = "1.1.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/launcher/CHANGELOG.md b/util/launcher/CHANGELOG.md index b9f1288076..add4c26213 100644 --- a/util/launcher/CHANGELOG.md +++ b/util/launcher/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-launcher-v1.2.0...ckb-launcher-v1.2.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-launcher-v1.1.1...ckb-launcher-v1.2.0) - 2026-03-02 ### Added diff --git a/util/launcher/Cargo.toml b/util/launcher/Cargo.toml index dd27487449..03d2c45751 100644 --- a/util/launcher/Cargo.toml +++ b/util/launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-launcher" -version = "1.2.0" +version = "1.2.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/light-client-protocol-server/CHANGELOG.md b/util/light-client-protocol-server/CHANGELOG.md index aa3aa7728e..bc5ec1ecbe 100644 --- a/util/light-client-protocol-server/CHANGELOG.md +++ b/util/light-client-protocol-server/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-light-client-protocol-server-v1.2.0...ckb-light-client-protocol-server-v1.2.1) - 2026-06-08 + +### Changed + +- Merge commit from fork (by @Officeyutong) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @Officeyutong +- @eval-exec + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-light-client-protocol-server-v1.1.1...ckb-light-client-protocol-server-v1.2.0) - 2026-03-02 ### Added diff --git a/util/light-client-protocol-server/Cargo.toml b/util/light-client-protocol-server/Cargo.toml index 76572706ec..bfb57e4efa 100644 --- a/util/light-client-protocol-server/Cargo.toml +++ b/util/light-client-protocol-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-light-client-protocol-server" -version = "1.2.0" +version = "1.2.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/logger-config/CHANGELOG.md b/util/logger-config/CHANGELOG.md index 3757ef6a2d..c84b660712 100644 --- a/util/logger-config/CHANGELOG.md +++ b/util/logger-config/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-logger-config-v1.1.0...ckb-logger-config-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-logger-config-v1.0.2...ckb-logger-config-v1.1.0) - 2026-03-02 ### Added diff --git a/util/logger-config/Cargo.toml b/util/logger-config/Cargo.toml index e9f67740d3..1a4729496c 100644 --- a/util/logger-config/Cargo.toml +++ b/util/logger-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger-config" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/logger-service/CHANGELOG.md b/util/logger-service/CHANGELOG.md index 78ba10a532..b2204f2f74 100644 --- a/util/logger-service/CHANGELOG.md +++ b/util/logger-service/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-logger-service-v1.1.0...ckb-logger-service-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-logger-service-v1.0.2...ckb-logger-service-v1.1.0) - 2026-03-02 ### Added diff --git a/util/logger-service/Cargo.toml b/util/logger-service/Cargo.toml index 82ee9a729c..b5bb0d2d4a 100644 --- a/util/logger-service/Cargo.toml +++ b/util/logger-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger-service" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/logger/CHANGELOG.md b/util/logger/CHANGELOG.md index d27d9c87b2..7904d29e05 100644 --- a/util/logger/CHANGELOG.md +++ b/util/logger/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-logger-v1.1.0...ckb-logger-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-logger-v1.0.1...ckb-logger-v1.1.0) - 2026-03-02 ### Added diff --git a/util/logger/Cargo.toml b/util/logger/Cargo.toml index b312b0ce51..f8842cfab8 100644 --- a/util/logger/Cargo.toml +++ b/util/logger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/memory-tracker/CHANGELOG.md b/util/memory-tracker/CHANGELOG.md index 5955222c33..e4f8d9ccb2 100644 --- a/util/memory-tracker/CHANGELOG.md +++ b/util/memory-tracker/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-memory-tracker-v1.1.0...ckb-memory-tracker-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-memory-tracker-v1.0.1...ckb-memory-tracker-v1.1.0) - 2026-03-02 ### Added diff --git a/util/memory-tracker/Cargo.toml b/util/memory-tracker/Cargo.toml index 2d45d62245..8994c2812e 100644 --- a/util/memory-tracker/Cargo.toml +++ b/util/memory-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-memory-tracker" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/metrics-config/CHANGELOG.md b/util/metrics-config/CHANGELOG.md index 3906f63823..09670be57b 100644 --- a/util/metrics-config/CHANGELOG.md +++ b/util/metrics-config/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-config-v1.1.0...ckb-metrics-config-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-config-v1.0.1...ckb-metrics-config-v1.1.0) - 2026-03-02 ### Added diff --git a/util/metrics-config/Cargo.toml b/util/metrics-config/Cargo.toml index 00d954c32a..24925cc1a2 100644 --- a/util/metrics-config/Cargo.toml +++ b/util/metrics-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-metrics-config" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/metrics-service/CHANGELOG.md b/util/metrics-service/CHANGELOG.md index bd138315f0..9f462f1ebf 100644 --- a/util/metrics-service/CHANGELOG.md +++ b/util/metrics-service/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-service-v1.1.0...ckb-metrics-service-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix some comments to improve readability (#5209) (by @caltechustc) + +### Contributors + +- @caltechustc +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-service-v1.0.2...ckb-metrics-service-v1.1.0) - 2026-03-02 ### Added diff --git a/util/metrics-service/Cargo.toml b/util/metrics-service/Cargo.toml index 81e4bad310..fb40a8c64b 100644 --- a/util/metrics-service/Cargo.toml +++ b/util/metrics-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-metrics-service" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/metrics/CHANGELOG.md b/util/metrics/CHANGELOG.md index f3c6134427..720473e595 100644 --- a/util/metrics/CHANGELOG.md +++ b/util/metrics/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-v1.2.0...ckb-metrics-v1.2.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-v1.1.1...ckb-metrics-v1.2.0) - 2026-03-02 ### Added diff --git a/util/metrics/Cargo.toml b/util/metrics/Cargo.toml index f29be69a17..3d6ddb8fd6 100644 --- a/util/metrics/Cargo.toml +++ b/util/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-metrics" -version = "1.2.0" +version = "1.2.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/migrate/CHANGELOG.md b/util/migrate/CHANGELOG.md index 369efdaa84..eb20dc5810 100644 --- a/util/migrate/CHANGELOG.md +++ b/util/migrate/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-migrate-v1.1.0...ckb-migrate-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-migrate-v1.0.2...ckb-migrate-v1.1.0) - 2026-03-02 ### Added diff --git a/util/migrate/Cargo.toml b/util/migrate/Cargo.toml index 2102eff787..03503d7202 100644 --- a/util/migrate/Cargo.toml +++ b/util/migrate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-migrate" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/migrate/migration-template/CHANGELOG.md b/util/migrate/migration-template/CHANGELOG.md index 53ae0c3bad..65bbda5a84 100644 --- a/util/migrate/migration-template/CHANGELOG.md +++ b/util/migrate/migration-template/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-migration-template-v1.1.0...ckb-migration-template-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-migration-template-v1.0.2...ckb-migration-template-v1.1.0) - 2026-03-02 ### Added diff --git a/util/migrate/migration-template/Cargo.toml b/util/migrate/migration-template/Cargo.toml index d62b0092e4..59a4bec1e2 100644 --- a/util/migrate/migration-template/Cargo.toml +++ b/util/migrate/migration-template/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-migration-template" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/multisig/CHANGELOG.md b/util/multisig/CHANGELOG.md index 1a03c641bc..9252150690 100644 --- a/util/multisig/CHANGELOG.md +++ b/util/multisig/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-multisig-v1.1.0...ckb-multisig-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-multisig-v1.0.2...ckb-multisig-v1.1.0) - 2026-03-02 ### Added diff --git a/util/multisig/Cargo.toml b/util/multisig/Cargo.toml index 3f3b5d87c1..32490c7a70 100644 --- a/util/multisig/Cargo.toml +++ b/util/multisig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-multisig" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/network-alert/CHANGELOG.md b/util/network-alert/CHANGELOG.md index e640a83040..003f0519bc 100644 --- a/util/network-alert/CHANGELOG.md +++ b/util/network-alert/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-network-alert-v1.1.0...ckb-network-alert-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-network-alert-v1.0.2...ckb-network-alert-v1.1.0) - 2026-03-02 ### Added diff --git a/util/network-alert/Cargo.toml b/util/network-alert/Cargo.toml index d7a6df617e..d94e03e9cf 100644 --- a/util/network-alert/Cargo.toml +++ b/util/network-alert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-network-alert" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/occupied-capacity/CHANGELOG.md b/util/occupied-capacity/CHANGELOG.md index 4cf5b73612..304f53637f 100644 --- a/util/occupied-capacity/CHANGELOG.md +++ b/util/occupied-capacity/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-v1.1.0...ckb-occupied-capacity-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-v1.0.2...ckb-occupied-capacity-v1.1.0) - 2026-03-02 ### Added diff --git a/util/occupied-capacity/Cargo.toml b/util/occupied-capacity/Cargo.toml index b050a919fc..8b53d52953 100644 --- a/util/occupied-capacity/Cargo.toml +++ b/util/occupied-capacity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-occupied-capacity" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/occupied-capacity/core/CHANGELOG.md b/util/occupied-capacity/core/CHANGELOG.md index 44d663fc5c..e3c1104513 100644 --- a/util/occupied-capacity/core/CHANGELOG.md +++ b/util/occupied-capacity/core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-core-v1.1.0...ckb-occupied-capacity-core-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-core-v1.0.1...ckb-occupied-capacity-core-v1.1.0) - 2026-03-02 ### Added diff --git a/util/occupied-capacity/core/Cargo.toml b/util/occupied-capacity/core/Cargo.toml index 2ced2f19b1..74bc6bb919 100644 --- a/util/occupied-capacity/core/Cargo.toml +++ b/util/occupied-capacity/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-occupied-capacity-core" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/occupied-capacity/macros/CHANGELOG.md b/util/occupied-capacity/macros/CHANGELOG.md index 497cc8f8f1..5cab563be2 100644 --- a/util/occupied-capacity/macros/CHANGELOG.md +++ b/util/occupied-capacity/macros/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-macros-v1.1.0...ckb-occupied-capacity-macros-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-macros-v1.0.2...ckb-occupied-capacity-macros-v1.1.0) - 2026-03-02 ### Added diff --git a/util/occupied-capacity/macros/Cargo.toml b/util/occupied-capacity/macros/Cargo.toml index c1a80ed67f..00be948cee 100644 --- a/util/occupied-capacity/macros/Cargo.toml +++ b/util/occupied-capacity/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-occupied-capacity-macros" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/onion/CHANGELOG.md b/util/onion/CHANGELOG.md index 161e1a794b..91014ca118 100644 --- a/util/onion/CHANGELOG.md +++ b/util/onion/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-onion-v1.1.0...ckb-onion-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-onion-v1.0.1...ckb-onion-v1.1.0) - 2026-03-02 ### Added diff --git a/util/onion/Cargo.toml b/util/onion/Cargo.toml index c2c7e41990..68f1930896 100644 --- a/util/onion/Cargo.toml +++ b/util/onion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-onion" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" diff --git a/util/proposal-table/CHANGELOG.md b/util/proposal-table/CHANGELOG.md index 5560385d9f..8cc4bf4765 100644 --- a/util/proposal-table/CHANGELOG.md +++ b/util/proposal-table/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-proposal-table-v1.1.0...ckb-proposal-table-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-proposal-table-v1.0.1...ckb-proposal-table-v1.1.0) - 2026-03-02 ### Added diff --git a/util/proposal-table/Cargo.toml b/util/proposal-table/Cargo.toml index 397e2395e4..fa8c8668a6 100644 --- a/util/proposal-table/Cargo.toml +++ b/util/proposal-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-proposal-table" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/rational/CHANGELOG.md b/util/rational/CHANGELOG.md index 5ef240203e..dc14903653 100644 --- a/util/rational/CHANGELOG.md +++ b/util/rational/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-rational-v1.1.0...ckb-rational-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-rational-v1.0.2...ckb-rational-v1.1.0) - 2026-03-02 ### Added diff --git a/util/rational/Cargo.toml b/util/rational/Cargo.toml index 0daf21f0b6..b333b2ee4a 100644 --- a/util/rational/Cargo.toml +++ b/util/rational/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rational" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/reward-calculator/CHANGELOG.md b/util/reward-calculator/CHANGELOG.md index 959365e7f2..fda3f208aa 100644 --- a/util/reward-calculator/CHANGELOG.md +++ b/util/reward-calculator/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-reward-calculator-v1.1.0...ckb-reward-calculator-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-reward-calculator-v1.0.2...ckb-reward-calculator-v1.1.0) - 2026-03-02 ### Added diff --git a/util/reward-calculator/Cargo.toml b/util/reward-calculator/Cargo.toml index c12e806353..7c8ae82343 100644 --- a/util/reward-calculator/Cargo.toml +++ b/util/reward-calculator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-reward-calculator" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/rich-indexer/CHANGELOG.md b/util/rich-indexer/CHANGELOG.md index 48d0e91343..ae837674e4 100644 --- a/util/rich-indexer/CHANGELOG.md +++ b/util/rich-indexer/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-rich-indexer-v1.1.1...ckb-rich-indexer-v1.1.2) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) +- Record tip metrics (#5078) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-rich-indexer-v1.1.0...ckb-rich-indexer-v1.1.1) - 2026-04-24 ### Fixed diff --git a/util/rich-indexer/Cargo.toml b/util/rich-indexer/Cargo.toml index f574336263..886e9c81f0 100644 --- a/util/rich-indexer/Cargo.toml +++ b/util/rich-indexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rich-indexer" -version = "1.1.1" +version = "1.1.2" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/runtime/CHANGELOG.md b/util/runtime/CHANGELOG.md index 872299ba57..743e933c16 100644 --- a/util/runtime/CHANGELOG.md +++ b/util/runtime/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-async-runtime-v1.1.0...ckb-async-runtime-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix some comments to improve readability (#5209) (by @caltechustc) + +### Contributors + +- @caltechustc +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-async-runtime-v1.0.1...ckb-async-runtime-v1.1.0) - 2026-03-02 ### Added diff --git a/util/runtime/Cargo.toml b/util/runtime/Cargo.toml index 9f5fbcb2c0..b57a3d38d1 100644 --- a/util/runtime/Cargo.toml +++ b/util/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-async-runtime" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/snapshot/CHANGELOG.md b/util/snapshot/CHANGELOG.md index feeb0280c2..59ffbfa328 100644 --- a/util/snapshot/CHANGELOG.md +++ b/util/snapshot/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-snapshot-v1.1.0...ckb-snapshot-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-snapshot-v1.0.1...ckb-snapshot-v1.1.0) - 2026-03-02 ### Added diff --git a/util/snapshot/Cargo.toml b/util/snapshot/Cargo.toml index 2aaf4923cf..85493dbbfb 100644 --- a/util/snapshot/Cargo.toml +++ b/util/snapshot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-snapshot" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/spawn/CHANGELOG.md b/util/spawn/CHANGELOG.md index bada8da827..58e7d80a5d 100644 --- a/util/spawn/CHANGELOG.md +++ b/util/spawn/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-spawn-v1.1.0...ckb-spawn-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-spawn-v1.0.1...ckb-spawn-v1.1.0) - 2026-03-02 ### Added diff --git a/util/spawn/Cargo.toml b/util/spawn/Cargo.toml index 93c0bcddc7..53a162562c 100644 --- a/util/spawn/Cargo.toml +++ b/util/spawn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-spawn" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/stop-handler/CHANGELOG.md b/util/stop-handler/CHANGELOG.md index 48d0404ba9..6cc2ec4c42 100644 --- a/util/stop-handler/CHANGELOG.md +++ b/util/stop-handler/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-stop-handler-v1.1.0...ckb-stop-handler-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-stop-handler-v1.0.2...ckb-stop-handler-v1.1.0) - 2026-03-02 ### Added diff --git a/util/stop-handler/Cargo.toml b/util/stop-handler/Cargo.toml index 3fe91eca0d..31b106700f 100644 --- a/util/stop-handler/Cargo.toml +++ b/util/stop-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-stop-handler" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/systemtime/CHANGELOG.md b/util/systemtime/CHANGELOG.md index 97d348fa50..c05abe3d31 100644 --- a/util/systemtime/CHANGELOG.md +++ b/util/systemtime/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-systemtime-v1.1.0...ckb-systemtime-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-systemtime-v1.0.1...ckb-systemtime-v1.1.0) - 2026-03-02 ### Added diff --git a/util/systemtime/Cargo.toml b/util/systemtime/Cargo.toml index cd1fb4f51b..8eeac0031b 100644 --- a/util/systemtime/Cargo.toml +++ b/util/systemtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-systemtime" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/test-chain-utils/CHANGELOG.md b/util/test-chain-utils/CHANGELOG.md index 8990aba390..18d4d20097 100644 --- a/util/test-chain-utils/CHANGELOG.md +++ b/util/test-chain-utils/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-test-chain-utils-v1.1.0...ckb-test-chain-utils-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-test-chain-utils-v1.0.1...ckb-test-chain-utils-v1.1.0) - 2026-03-02 ### Added diff --git a/util/test-chain-utils/Cargo.toml b/util/test-chain-utils/Cargo.toml index 3e65eeb3b6..609a58e10e 100644 --- a/util/test-chain-utils/Cargo.toml +++ b/util/test-chain-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-test-chain-utils" -version = "1.1.0" +version = "1.1.1" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/types/CHANGELOG.md b/util/types/CHANGELOG.md index 605ca0ee53..992e6ed529 100644 --- a/util/types/CHANGELOG.md +++ b/util/types/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-types-v1.1.1...ckb-types-v1.1.2) - 2026-06-08 + +### Changed + +- Merge commit from fork (by @zhangsoledad) +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @eval-exec + ## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-types-v1.1.0...ckb-types-v1.1.1) - 2026-04-24 ### Fixed diff --git a/util/types/Cargo.toml b/util/types/Cargo.toml index b3927041d2..f588f8832d 100644 --- a/util/types/Cargo.toml +++ b/util/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-types" -version = "1.1.1" +version = "1.1.2" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/verification/CHANGELOG.md b/verification/CHANGELOG.md index 27e0423e39..aa70e3c93e 100644 --- a/verification/CHANGELOG.md +++ b/verification/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-verification-v1.1.0...ckb-verification-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Fixed + +- fix overflows (by @chenyukang) + +### Contributors + +- @chenyukang +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-verification-v1.0.2...ckb-verification-v1.1.0) - 2026-03-02 ### Added diff --git a/verification/Cargo.toml b/verification/Cargo.toml index 9e1978b420..a259df481b 100644 --- a/verification/Cargo.toml +++ b/verification/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/verification/contextual/CHANGELOG.md b/verification/contextual/CHANGELOG.md index 5ff7602539..8f37c36fa4 100644 --- a/verification/contextual/CHANGELOG.md +++ b/verification/contextual/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-verification-contextual-v1.1.0...ckb-verification-contextual-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-verification-contextual-v1.0.2...ckb-verification-contextual-v1.1.0) - 2026-03-02 ### Added diff --git a/verification/contextual/Cargo.toml b/verification/contextual/Cargo.toml index 899e9ad148..fbae3ed905 100644 --- a/verification/contextual/Cargo.toml +++ b/verification/contextual/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification-contextual" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/verification/traits/CHANGELOG.md b/verification/traits/CHANGELOG.md index 4f2dbc71d8..8e09343bdb 100644 --- a/verification/traits/CHANGELOG.md +++ b/verification/traits/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-verification-traits-v1.1.0...ckb-verification-traits-v1.1.1) - 2026-06-08 + +### Changed + +- [rust-toolchain] Upgrade Rust toolchain to 1.95.0 (#5175) (by @eval-exec) + +### Contributors + +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-verification-traits-v1.0.1...ckb-verification-traits-v1.1.0) - 2026-03-02 ### Added diff --git a/verification/traits/Cargo.toml b/verification/traits/Cargo.toml index f9515e1f8b..2955232519 100644 --- a/verification/traits/Cargo.toml +++ b/verification/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification-traits" -version = "1.1.0" +version = "1.1.1" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024"