diff --git a/Cargo.lock b/Cargo.lock index caacb8ac65..9785fd3be3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "ckb-app-config" -version = "1.1.0" +version = "1.2.0" dependencies = [ "ckb-build-info", "ckb-chain-spec", @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "ckb-async-runtime" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-logger", "ckb-spawn", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "ckb-bin" -version = "1.0.2" +version = "1.1.0" dependencies = [ "base64 0.21.7", "ckb-app-config", @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "ckb-block-filter" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-async-runtime", "ckb-logger", @@ -854,11 +854,11 @@ dependencies = [ [[package]] name = "ckb-build-info" -version = "1.0.1" +version = "1.1.0" [[package]] name = "ckb-chain" -version = "1.1.1" +version = "1.2.0" dependencies = [ "ckb-app-config", "ckb-chain-spec", @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "ckb-chain-iter" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-store", "ckb-types", @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "ckb-chain-spec" -version = "1.0.2" +version = "1.1.0" dependencies = [ "cacache", "ckb-constant", @@ -927,21 +927,21 @@ dependencies = [ [[package]] name = "ckb-channel" -version = "1.1.1" +version = "1.2.0" dependencies = [ "crossbeam-channel", ] [[package]] name = "ckb-constant" -version = "1.0.1" +version = "1.1.0" dependencies = [ "phf 0.12.1", ] [[package]] name = "ckb-crypto" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-fixed-hash", "faster-hex", @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "ckb-dao" -version = "1.0.2" +version = "1.1.0" dependencies = [ "byteorder", "ckb-chain-spec", @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "ckb-dao-utils" -version = "1.0.2" +version = "1.1.0" dependencies = [ "byteorder", "ckb-error", @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "ckb-db" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-db-schema", @@ -989,7 +989,7 @@ dependencies = [ [[package]] name = "ckb-db-migration" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-channel", @@ -1004,11 +1004,11 @@ dependencies = [ [[package]] name = "ckb-db-schema" -version = "1.0.1" +version = "1.1.0" [[package]] name = "ckb-error" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anyhow", "ckb-occupied-capacity", @@ -1018,7 +1018,7 @@ dependencies = [ [[package]] name = "ckb-fee-estimator" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-chain-spec", "ckb-logger", @@ -1029,7 +1029,7 @@ dependencies = [ [[package]] name = "ckb-fixed-hash" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-fixed-hash-core", "ckb-fixed-hash-macros", @@ -1037,7 +1037,7 @@ dependencies = [ [[package]] name = "ckb-fixed-hash-core" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb_schemars", "faster-hex", @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "ckb-fixed-hash-macros" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-fixed-hash-core", "proc-macro2", @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "ckb-freezer" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-error", "ckb-logger", @@ -1074,7 +1074,7 @@ dependencies = [ [[package]] name = "ckb-gen-types" -version = "1.0.2" +version = "1.1.0" dependencies = [ "cfg-if", "ckb-error", @@ -1089,7 +1089,7 @@ dependencies = [ [[package]] name = "ckb-hash" -version = "1.0.1" +version = "1.1.0" dependencies = [ "blake2b-ref", "blake2b-rs", @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "ckb-indexer" -version = "1.1.0" +version = "1.2.0" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "ckb-indexer-sync" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1135,7 +1135,7 @@ dependencies = [ [[package]] name = "ckb-instrument" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-chain", @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "ckb-jsonrpc-types" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-types", "ckb_schemars", @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "ckb-launcher" -version = "1.1.1" +version = "1.2.0" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1208,7 +1208,7 @@ dependencies = [ [[package]] name = "ckb-light-client-protocol-server" -version = "1.1.1" +version = "1.2.0" dependencies = [ "ckb-app-config", "ckb-chain", @@ -1230,14 +1230,14 @@ dependencies = [ [[package]] name = "ckb-logger" -version = "1.0.1" +version = "1.1.0" dependencies = [ "log", ] [[package]] name = "ckb-logger-config" -version = "1.0.2" +version = "1.1.0" dependencies = [ "serde", "toml", @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "ckb-logger-service" -version = "1.0.2" +version = "1.1.0" dependencies = [ "backtrace", "ckb-channel", @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "ckb-memory-tracker" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-db", "ckb-logger", @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "ckb-metrics" -version = "1.1.1" +version = "1.2.0" dependencies = [ "prometheus", "prometheus-static-metric", @@ -1293,14 +1293,14 @@ dependencies = [ [[package]] name = "ckb-metrics-config" -version = "1.0.1" +version = "1.1.0" dependencies = [ "serde", ] [[package]] name = "ckb-metrics-service" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-async-runtime", "ckb-logger", @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "ckb-migrate" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-chain-spec", @@ -1336,7 +1336,7 @@ dependencies = [ [[package]] name = "ckb-migration-template" -version = "1.0.2" +version = "1.1.0" dependencies = [ "quote", "syn 2.0.108", @@ -1344,7 +1344,7 @@ dependencies = [ [[package]] name = "ckb-miner" -version = "1.0.2" +version = "1.1.0" dependencies = [ "base64 0.21.7", "ckb-app-config", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "ckb-multisig" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-crypto", "ckb-error", @@ -1385,7 +1385,7 @@ dependencies = [ [[package]] name = "ckb-network" -version = "1.1.1" +version = "1.2.0" dependencies = [ "bitflags 2.10.0", "bloom-filters", @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "ckb-network-alert" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1447,7 +1447,7 @@ dependencies = [ [[package]] name = "ckb-notify" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1459,7 +1459,7 @@ dependencies = [ [[package]] name = "ckb-occupied-capacity" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-occupied-capacity-core", "ckb-occupied-capacity-macros", @@ -1467,14 +1467,14 @@ dependencies = [ [[package]] name = "ckb-occupied-capacity-core" -version = "1.0.1" +version = "1.1.0" dependencies = [ "serde", ] [[package]] name = "ckb-occupied-capacity-macros" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-occupied-capacity-core", "quote", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "ckb-onion" -version = "1.0.1" +version = "1.1.0" dependencies = [ "base64 0.21.7", "ckb-async-runtime", @@ -1498,7 +1498,7 @@ dependencies = [ [[package]] name = "ckb-pow" -version = "1.0.2" +version = "1.1.0" dependencies = [ "byteorder", "ckb-hash", @@ -1510,7 +1510,7 @@ dependencies = [ [[package]] name = "ckb-proposal-table" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-chain-spec", "ckb-logger", @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "ckb-rational" -version = "1.0.2" +version = "1.1.0" dependencies = [ "numext-fixed-uint", "proptest", @@ -1528,7 +1528,7 @@ dependencies = [ [[package]] name = "ckb-resource" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-system-scripts", "ckb-types", @@ -1542,7 +1542,7 @@ dependencies = [ [[package]] name = "ckb-reward-calculator" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-chain-spec", "ckb-dao", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "ckb-rich-indexer" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anyhow", "ckb-app-config", @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "ckb-rpc" -version = "1.1.1" +version = "1.2.0" dependencies = [ "async-stream", "async-trait", @@ -1665,7 +1665,7 @@ dependencies = [ [[package]] name = "ckb-script" -version = "1.0.2" +version = "1.1.0" dependencies = [ "byteorder", "ckb-chain-spec", @@ -1693,7 +1693,7 @@ dependencies = [ [[package]] name = "ckb-shared" -version = "1.0.2" +version = "1.1.0" dependencies = [ "arc-swap", "bitflags 2.10.0", @@ -1727,7 +1727,7 @@ dependencies = [ [[package]] name = "ckb-snapshot" -version = "1.0.1" +version = "1.1.0" dependencies = [ "arc-swap", "ckb-chain-spec", @@ -1743,11 +1743,11 @@ dependencies = [ [[package]] name = "ckb-spawn" -version = "1.0.1" +version = "1.1.0" [[package]] name = "ckb-stop-handler" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-async-runtime", "ckb-channel", @@ -1762,7 +1762,7 @@ dependencies = [ [[package]] name = "ckb-store" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-app-config", "ckb-chain-spec", @@ -1780,7 +1780,7 @@ dependencies = [ [[package]] name = "ckb-sync" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ckb-app-config", "ckb-chain", @@ -1835,7 +1835,7 @@ dependencies = [ [[package]] name = "ckb-systemtime" -version = "1.0.1" +version = "1.1.0" dependencies = [ "web-time", ] @@ -1881,7 +1881,7 @@ dependencies = [ [[package]] name = "ckb-test-chain-utils" -version = "1.0.1" +version = "1.1.0" dependencies = [ "ckb-chain-spec", "ckb-dao", @@ -1899,14 +1899,14 @@ dependencies = [ [[package]] name = "ckb-traits" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-types", ] [[package]] name = "ckb-tx-pool" -version = "1.1.1" +version = "1.2.0" dependencies = [ "ckb-app-config", "ckb-async-runtime", @@ -1947,7 +1947,7 @@ dependencies = [ [[package]] name = "ckb-types" -version = "1.0.2" +version = "1.1.0" dependencies = [ "bit-vec 0.6.3", "bytes", @@ -1970,7 +1970,7 @@ dependencies = [ [[package]] name = "ckb-util" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ckb-fixed-hash", "linked-hash-map", @@ -1979,7 +1979,7 @@ dependencies = [ [[package]] name = "ckb-verification" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-chain-spec", "ckb-constant", @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "ckb-verification-contextual" -version = "1.0.2" +version = "1.1.0" dependencies = [ "ckb-async-runtime", "ckb-chain", @@ -2027,7 +2027,7 @@ dependencies = [ [[package]] name = "ckb-verification-traits" -version = "1.0.1" +version = "1.1.0" dependencies = [ "bitflags 2.10.0", "ckb-error", diff --git a/block-filter/CHANGELOG.md b/block-filter/CHANGELOG.md index 11bddf32c5..ada3f991d7 100644 --- a/block-filter/CHANGELOG.md +++ b/block-filter/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/block-filter/Cargo.toml b/block-filter/Cargo.toml index 4d7327ef32..f750a652cc 100644 --- a/block-filter/Cargo.toml +++ b/block-filter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-block-filter" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/chain/CHANGELOG.md b/chain/CHANGELOG.md index 4f23b13ba8..248c7975ba 100644 --- a/chain/CHANGELOG.md +++ b/chain/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.1.1...ckb-chain-v1.2.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.0.0...ckb-chain-v1.1.0) - 2025-12-10 ### Added diff --git a/chain/Cargo.toml b/chain/Cargo.toml index eb2a9995c0..9617abeee3 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain" -version = "1.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/ckb-bin/CHANGELOG.md b/ckb-bin/CHANGELOG.md index 75166e72af..f507d51f85 100644 --- a/ckb-bin/CHANGELOG.md +++ b/ckb-bin/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.2...ckb-bin-v1.1.0) - 2026-03-02 + +### Added + +- support proxy protocol ([#5105](https://github.com/nervosnetwork/ckb/pull/5105)) (by @driftluo) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- implement logs subscription ([#5092](https://github.com/nervosnetwork/ckb/pull/5092)) (by @Officeyutong) +- Enhance `ckb export/import` subcommand with range and verifier selection ([#4924](https://github.com/nervosnetwork/ckb/pull/4924)) (by @eval-exec) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) +- Decrease MIN_PROFILING_TIME to 2 ([#5059](https://github.com/nervosnetwork/ckb/pull/5059)) (by @eval-exec) + +### Contributors + +- @driftluo +- @Officeyutong +- @eval-exec +- @doitian + ## [1.0.2](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.1...ckb-bin-v1.0.2) - 2025-12-18 ### Other diff --git a/ckb-bin/Cargo.toml b/ckb-bin/Cargo.toml index 770a875de7..6cf6f70f73 100644 --- a/ckb-bin/Cargo.toml +++ b/ckb-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-bin" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/db-migration/CHANGELOG.md b/db-migration/CHANGELOG.md index ef3caabbf2..0fdad775c2 100644 --- a/db-migration/CHANGELOG.md +++ b/db-migration/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Enhance `ckb export/import` subcommand with range and verifier selection ([#4924](https://github.com/nervosnetwork/ckb/pull/4924)) (by @eval-exec) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @eval-exec +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.0...ckb-db-migration-v1.0.1) - 2025-12-10 ### Other diff --git a/db-migration/Cargo.toml b/db-migration/Cargo.toml index 9c6d7f7c60..f289c3bb59 100644 --- a/db-migration/Cargo.toml +++ b/db-migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db-migration" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/db-schema/CHANGELOG.md b/db-schema/CHANGELOG.md index 11bddf32c5..7823831604 100644 --- a/db-schema/CHANGELOG.md +++ b/db-schema/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/db-schema/Cargo.toml b/db-schema/Cargo.toml index fef9cee667..b90898f2b8 100644 --- a/db-schema/Cargo.toml +++ b/db-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db-schema" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/db/CHANGELOG.md b/db/CHANGELOG.md index 36b0140c05..d2d41234ed 100644 --- a/db/CHANGELOG.md +++ b/db/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.0.2...ckb-db-v1.1.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.0.0...ckb-db-v1.0.1) - 2025-12-10 ### Other diff --git a/db/Cargo.toml b/db/Cargo.toml index 35efda3e45..4f385192dd 100644 --- a/db/Cargo.toml +++ b/db/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-db" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/error/CHANGELOG.md b/error/CHANGELOG.md index 6afcf3c7dd..f9dc5a80ee 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-error-v1.0.2...ckb-error-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-error-v1.0.0...ckb-error-v1.0.1) - 2025-12-10 ### Other diff --git a/error/Cargo.toml b/error/Cargo.toml index 4cf56765b7..3394d60cf9 100644 --- a/error/Cargo.toml +++ b/error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-error" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/freezer/CHANGELOG.md b/freezer/CHANGELOG.md index 86eaa9756f..94372c49e0 100644 --- a/freezer/CHANGELOG.md +++ b/freezer/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-freezer-v1.0.1...ckb-freezer-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-freezer-v1.0.0...ckb-freezer-v1.0.1) - 2025-12-10 ### Other diff --git a/freezer/Cargo.toml b/freezer/Cargo.toml index 0dab66ffdb..3fc14b059b 100644 --- a/freezer/Cargo.toml +++ b/freezer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-freezer" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/miner/CHANGELOG.md b/miner/CHANGELOG.md index 5a76b295bd..7a3e8092e4 100644 --- a/miner/CHANGELOG.md +++ b/miner/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-miner-v1.0.2...ckb-miner-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-miner-v1.0.0...ckb-miner-v1.0.1) - 2025-12-10 ### Other diff --git a/miner/Cargo.toml b/miner/Cargo.toml index a3b1790ad9..1ad765c6c9 100644 --- a/miner/Cargo.toml +++ b/miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-miner" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/network/CHANGELOG.md b/network/CHANGELOG.md index 3106d462b4..895399d3c0 100644 --- a/network/CHANGELOG.md +++ b/network/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.1.1...ckb-network-v1.2.0) - 2026-03-02 + +### Added + +- support proxy protocol ([#5105](https://github.com/nervosnetwork/ckb/pull/5105)) (by @driftluo) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @driftluo +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-network-v1.0.0...ckb-network-v1.1.0) - 2025-12-10 ### Added diff --git a/network/Cargo.toml b/network/Cargo.toml index 57050c3a21..ec619ef682 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-network" -version = "1.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/notify/CHANGELOG.md b/notify/CHANGELOG.md index 74b32df04a..ccca74dccd 100644 --- a/notify/CHANGELOG.md +++ b/notify/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-notify-v1.0.2...ckb-notify-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- implement logs subscription ([#5092](https://github.com/nervosnetwork/ckb/pull/5092)) (by @Officeyutong) + +### Contributors + +- @Officeyutong +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-notify-v1.0.0...ckb-notify-v1.0.1) - 2025-12-10 ### Other diff --git a/notify/Cargo.toml b/notify/Cargo.toml index 992b454b67..3bb3fca970 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-notify" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/pow/CHANGELOG.md b/pow/CHANGELOG.md index b40db169dd..9550185fa4 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-pow-v1.0.2...ckb-pow-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-pow-v1.0.0...ckb-pow-v1.0.1) - 2025-12-10 ### Other diff --git a/pow/Cargo.toml b/pow/Cargo.toml index 57b1c56816..8cb1e3c9a1 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-pow" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/resource/CHANGELOG.md b/resource/CHANGELOG.md index 72f6f5c9a9..27186bb1a0 100644 --- a/resource/CHANGELOG.md +++ b/resource/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.0.2...ckb-resource-v1.1.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- support proxy protocol ([#5105](https://github.com/nervosnetwork/ckb/pull/5105)) (by @driftluo) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @driftluo +- @doitian +- @eval-exec + ## [1.0.2](https://github.com/nervosnetwork/ckb/compare/ckb-resource-v1.0.1...ckb-resource-v1.0.2) - 2025-12-18 ### Added diff --git a/resource/Cargo.toml b/resource/Cargo.toml index b7bdc47fab..f198bb1682 100644 --- a/resource/Cargo.toml +++ b/resource/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-resource" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/rpc/CHANGELOG.md b/rpc/CHANGELOG.md index 8c889990a0..8293b187a5 100644 --- a/rpc/CHANGELOG.md +++ b/rpc/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.1.1...ckb-rpc-v1.2.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- implement logs subscription ([#5092](https://github.com/nervosnetwork/ckb/pull/5092)) (by @Officeyutong) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @Officeyutong +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.0.0...ckb-rpc-v1.1.0) - 2025-12-10 ### Added diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 36a61ceec4..b8db5f95f7 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rpc" -version = "1.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/script/CHANGELOG.md b/script/CHANGELOG.md index 6c918a63da..dd5e680e75 100644 --- a/script/CHANGELOG.md +++ b/script/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-script-v1.0.2...ckb-script-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-script-v1.0.0...ckb-script-v1.0.1) - 2025-12-10 ### Other diff --git a/script/Cargo.toml b/script/Cargo.toml index 5b287e1796..b07756a41a 100644 --- a/script/Cargo.toml +++ b/script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-script" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 92da5b3ad0..61f5404379 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-shared-v1.0.2...ckb-shared-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-shared-v1.0.0...ckb-shared-v1.0.1) - 2025-12-10 ### Other diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 765ad6643e..83e284a4ad 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-shared" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index 782b59f00f..42871a3f7f 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- support data field in IssuedCell ([#5079](https://github.com/nervosnetwork/ckb/pull/5079)) (by @Officeyutong) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @Officeyutong +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-spec-v1.0.0...ckb-chain-spec-v1.0.1) - 2025-12-10 ### Other diff --git a/spec/Cargo.toml b/spec/Cargo.toml index 29b543f795..b22f1077fc 100644 --- a/spec/Cargo.toml +++ b/spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain-spec" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/store/CHANGELOG.md b/store/CHANGELOG.md index bb64c3c24f..d58cdf93d5 100644 --- a/store/CHANGELOG.md +++ b/store/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-store-v1.0.2...ckb-store-v1.1.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-store-v1.0.0...ckb-store-v1.0.1) - 2025-12-10 ### Other diff --git a/store/Cargo.toml b/store/Cargo.toml index 00f4c33647..c17db8857b 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-store" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/sync/CHANGELOG.md b/sync/CHANGELOG.md index aa184de0a7..1b50fc4043 100644 --- a/sync/CHANGELOG.md +++ b/sync/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0](https://github.com/nervosnetwork/ckb/compare/ckb-sync-v1.2.0...ckb-sync-v1.3.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Fixed + +- header sync time estimation shows 0 minutes ([#5086](https://github.com/nervosnetwork/ckb/pull/5086)) (by @eval-exec) + +### Contributors + +- @eval-exec +- @doitian + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-sync-v1.1.0...ckb-sync-v1.2.0) - 2025-12-18 ### Added diff --git a/sync/Cargo.toml b/sync/Cargo.toml index 584173adf5..86ae1cc46c 100644 --- a/sync/Cargo.toml +++ b/sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-sync" -version = "1.2.0" +version = "1.3.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/traits/CHANGELOG.md b/traits/CHANGELOG.md index c9254ff187..9fa4859759 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-traits-v1.0.2...ckb-traits-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-traits-v1.0.0...ckb-traits-v1.0.1) - 2025-12-10 ### Other diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 7f93ff0356..28f833f04c 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-traits" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/tx-pool/CHANGELOG.md b/tx-pool/CHANGELOG.md index 8a771da7bd..bd377a093b 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-tx-pool-v1.1.1...ckb-tx-pool-v1.2.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-tx-pool-v1.0.0...ckb-tx-pool-v1.1.0) - 2025-12-10 ### Added diff --git a/tx-pool/Cargo.toml b/tx-pool/Cargo.toml index 6f4609c24b..3e5bfdc321 100644 --- a/tx-pool/Cargo.toml +++ b/tx-pool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-tx-pool" -version = "1.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/CHANGELOG.md b/util/CHANGELOG.md index a24fbe1238..440ac434c2 100644 --- a/util/CHANGELOG.md +++ b/util/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0](https://github.com/nervosnetwork/ckb/compare/ckb-util-v1.2.0...ckb-util-v1.3.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- support proxy protocol ([#5105](https://github.com/nervosnetwork/ckb/pull/5105)) (by @driftluo) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- implement logs subscription ([#5092](https://github.com/nervosnetwork/ckb/pull/5092)) (by @Officeyutong) +- Enhance `ckb export/import` subcommand with range and verifier selection ([#4924](https://github.com/nervosnetwork/ckb/pull/4924)) (by @eval-exec) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @driftluo +- @Officeyutong +- @eval-exec +- @doitian + ## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-util-v1.1.0...ckb-util-v1.2.0) - 2025-12-18 ### Added diff --git a/util/Cargo.toml b/util/Cargo.toml index 2b4bc7e8bd..2bab68a90e 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-util" -version = "1.2.0" +version = "1.3.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/app-config/CHANGELOG.md b/util/app-config/CHANGELOG.md index 81703fe86c..86a14d1657 100644 --- a/util/app-config/CHANGELOG.md +++ b/util/app-config/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-app-config-v1.1.0...ckb-app-config-v1.2.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- support proxy protocol ([#5105](https://github.com/nervosnetwork/ckb/pull/5105)) (by @driftluo) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Enhance `ckb export/import` subcommand with range and verifier selection ([#4924](https://github.com/nervosnetwork/ckb/pull/4924)) (by @eval-exec) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @driftluo +- @eval-exec +- @doitian + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-app-config-v1.0.1...ckb-app-config-v1.1.0) - 2025-12-18 ### Added diff --git a/util/app-config/Cargo.toml b/util/app-config/Cargo.toml index 22e1f93f15..74ca350c05 100644 --- a/util/app-config/Cargo.toml +++ b/util/app-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-app-config" -version = "1.1.0" +version = "1.2.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/build-info/CHANGELOG.md b/util/build-info/CHANGELOG.md index 11bddf32c5..1b25953c18 100644 --- a/util/build-info/CHANGELOG.md +++ b/util/build-info/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/build-info/Cargo.toml b/util/build-info/Cargo.toml index 1b686ea29e..1f6ac29ec5 100644 --- a/util/build-info/Cargo.toml +++ b/util/build-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-build-info" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/chain-iter/CHANGELOG.md b/util/chain-iter/CHANGELOG.md index fd8f042a2e..cce4c66d89 100644 --- a/util/chain-iter/CHANGELOG.md +++ b/util/chain-iter/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Enhance `ckb export/import` subcommand with range and verifier selection ([#4924](https://github.com/nervosnetwork/ckb/pull/4924)) (by @eval-exec) + +### Contributors + +- @eval-exec +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-chain-iter-v1.0.0...ckb-chain-iter-v1.0.1) - 2025-12-10 ### Other diff --git a/util/chain-iter/Cargo.toml b/util/chain-iter/Cargo.toml index c48ad9c19c..bf8446baf9 100644 --- a/util/chain-iter/Cargo.toml +++ b/util/chain-iter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-chain-iter" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/channel/CHANGELOG.md b/util/channel/CHANGELOG.md index f0fc67b2c0..4287573c47 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-channel-v1.1.1...ckb-channel-v1.2.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-channel-v1.0.0...ckb-channel-v1.1.0) - 2025-12-10 ### Added diff --git a/util/channel/Cargo.toml b/util/channel/Cargo.toml index 54771ad2c7..898ed6ce18 100644 --- a/util/channel/Cargo.toml +++ b/util/channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-channel" -version = "1.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/constant/CHANGELOG.md b/util/constant/CHANGELOG.md index 11bddf32c5..1ace7272e9 100644 --- a/util/constant/CHANGELOG.md +++ b/util/constant/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-constant-v1.0.1...ckb-constant-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/constant/Cargo.toml b/util/constant/Cargo.toml index fa6d528779..2dbf7b4ee3 100644 --- a/util/constant/Cargo.toml +++ b/util/constant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-constant" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/crypto/CHANGELOG.md b/util/crypto/CHANGELOG.md index 11bddf32c5..a528134e05 100644 --- a/util/crypto/CHANGELOG.md +++ b/util/crypto/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-crypto-v1.0.1...ckb-crypto-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/crypto/Cargo.toml b/util/crypto/Cargo.toml index a5f0f17645..efeb8449da 100644 --- a/util/crypto/Cargo.toml +++ b/util/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-crypto" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/dao/CHANGELOG.md b/util/dao/CHANGELOG.md index 4e27ab9cfd..24907d2d66 100644 --- a/util/dao/CHANGELOG.md +++ b/util/dao/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-dao-v1.0.2...ckb-dao-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-dao-v1.0.0...ckb-dao-v1.0.1) - 2025-12-10 ### Other diff --git a/util/dao/Cargo.toml b/util/dao/Cargo.toml index 362e8450c7..7e1eea69d1 100644 --- a/util/dao/Cargo.toml +++ b/util/dao/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-dao" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/dao/utils/CHANGELOG.md b/util/dao/utils/CHANGELOG.md index 44d1116f5e..f7b00d1cf3 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-dao-utils-v1.0.2...ckb-dao-utils-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-dao-utils-v1.0.0...ckb-dao-utils-v1.0.1) - 2025-12-10 ### Other diff --git a/util/dao/utils/Cargo.toml b/util/dao/utils/Cargo.toml index 726e83cffc..d099e4f56e 100644 --- a/util/dao/utils/Cargo.toml +++ b/util/dao/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-dao-utils" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/fee-estimator/CHANGELOG.md b/util/fee-estimator/CHANGELOG.md index 11bddf32c5..510b5d3cac 100644 --- a/util/fee-estimator/CHANGELOG.md +++ b/util/fee-estimator/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/fee-estimator/Cargo.toml b/util/fee-estimator/Cargo.toml index 1374b3e985..e7bfffd723 100644 --- a/util/fee-estimator/Cargo.toml +++ b/util/fee-estimator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-fee-estimator" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/fixed-hash/CHANGELOG.md b/util/fixed-hash/CHANGELOG.md index 26ae86d9aa..82a88544d6 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-v1.0.2...ckb-fixed-hash-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-v1.0.0...ckb-fixed-hash-v1.0.1) - 2025-12-10 ### Other diff --git a/util/fixed-hash/Cargo.toml b/util/fixed-hash/Cargo.toml index 2da9e6caf3..4a1e57098d 100644 --- a/util/fixed-hash/Cargo.toml +++ b/util/fixed-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-fixed-hash" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/fixed-hash/core/CHANGELOG.md b/util/fixed-hash/core/CHANGELOG.md index eba6c7cf69..92a9ea1649 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-core-v1.0.2...ckb-fixed-hash-core-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-core-v1.0.0...ckb-fixed-hash-core-v1.0.1) - 2025-12-10 ### Other diff --git a/util/fixed-hash/core/Cargo.toml b/util/fixed-hash/core/Cargo.toml index ace3f24acb..1cc767acaa 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.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/fixed-hash/macros/CHANGELOG.md b/util/fixed-hash/macros/CHANGELOG.md index 11bddf32c5..174d78819d 100644 --- a/util/fixed-hash/macros/CHANGELOG.md +++ b/util/fixed-hash/macros/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/fixed-hash/macros/Cargo.toml b/util/fixed-hash/macros/Cargo.toml index 945eb18e33..71c4cc498e 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.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/gen-types/CHANGELOG.md b/util/gen-types/CHANGELOG.md index b1aca45743..862e49d4a3 100644 --- a/util/gen-types/CHANGELOG.md +++ b/util/gen-types/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-gen-types-v1.0.0...ckb-gen-types-v1.0.1) - 2025-12-10 ### Other diff --git a/util/gen-types/Cargo.toml b/util/gen-types/Cargo.toml index 335a1cb44c..257740fabb 100644 --- a/util/gen-types/Cargo.toml +++ b/util/gen-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-gen-types" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" diff --git a/util/hash/CHANGELOG.md b/util/hash/CHANGELOG.md index 11bddf32c5..83da1915aa 100644 --- a/util/hash/CHANGELOG.md +++ b/util/hash/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-hash-v1.0.1...ckb-hash-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/hash/Cargo.toml b/util/hash/Cargo.toml index 22e95b3055..7f1b69b1a8 100644 --- a/util/hash/Cargo.toml +++ b/util/hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-hash" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/indexer-sync/CHANGELOG.md b/util/indexer-sync/CHANGELOG.md index 11bddf32c5..aba57b6116 100644 --- a/util/indexer-sync/CHANGELOG.md +++ b/util/indexer-sync/CHANGELOG.md @@ -6,3 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec diff --git a/util/indexer-sync/Cargo.toml b/util/indexer-sync/Cargo.toml index 7da40c754c..f2d82ec976 100644 --- a/util/indexer-sync/Cargo.toml +++ b/util/indexer-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-indexer-sync" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/indexer/CHANGELOG.md b/util/indexer/CHANGELOG.md index bbf67dc177..064dac1c85 100644 --- a/util/indexer/CHANGELOG.md +++ b/util/indexer/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-indexer-v1.1.0...ckb-indexer-v1.2.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-indexer-v1.0.1...ckb-indexer-v1.1.0) - 2025-12-18 ### Added diff --git a/util/indexer/Cargo.toml b/util/indexer/Cargo.toml index 45346a6b37..74b28ccbf1 100644 --- a/util/indexer/Cargo.toml +++ b/util/indexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-indexer" -version = "1.1.0" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/instrument/CHANGELOG.md b/util/instrument/CHANGELOG.md index 7ff365e9f3..0d86b2df9f 100644 --- a/util/instrument/CHANGELOG.md +++ b/util/instrument/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-instrument-v1.0.2...ckb-instrument-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Enhance `ckb export/import` subcommand with range and verifier selection ([#4924](https://github.com/nervosnetwork/ckb/pull/4924)) (by @eval-exec) + +### Contributors + +- @eval-exec +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-instrument-v1.0.0...ckb-instrument-v1.0.1) - 2025-12-10 ### Other diff --git a/util/instrument/Cargo.toml b/util/instrument/Cargo.toml index 25d6ef394d..ea8e5e1c06 100644 --- a/util/instrument/Cargo.toml +++ b/util/instrument/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-instrument" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/jsonrpc-types/CHANGELOG.md b/util/jsonrpc-types/CHANGELOG.md index a3d4b77a11..da63c3a5d9 100644 --- a/util/jsonrpc-types/CHANGELOG.md +++ b/util/jsonrpc-types/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-jsonrpc-types-v1.0.2...ckb-jsonrpc-types-v1.1.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- implement logs subscription ([#5092](https://github.com/nervosnetwork/ckb/pull/5092)) (by @Officeyutong) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @Officeyutong +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-jsonrpc-types-v1.0.0...ckb-jsonrpc-types-v1.0.1) - 2025-12-10 ### Other diff --git a/util/jsonrpc-types/Cargo.toml b/util/jsonrpc-types/Cargo.toml index 4ba90f485e..6753c4ba37 100644 --- a/util/jsonrpc-types/Cargo.toml +++ b/util/jsonrpc-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-jsonrpc-types" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/launcher/CHANGELOG.md b/util/launcher/CHANGELOG.md index db0dac5496..b9f1288076 100644 --- a/util/launcher/CHANGELOG.md +++ b/util/launcher/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-launcher-v1.1.1...ckb-launcher-v1.2.0) - 2026-03-02 + +### Added + +- add Terminal module for CKB-TUI data provision ([#4989](https://github.com/nervosnetwork/ckb/pull/4989)) (by @zhangsoledad) +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @zhangsoledad +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-launcher-v1.0.0...ckb-launcher-v1.1.0) - 2025-12-10 ### Added diff --git a/util/launcher/Cargo.toml b/util/launcher/Cargo.toml index 04b9fa71b5..0931bdbc8b 100644 --- a/util/launcher/Cargo.toml +++ b/util/launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-launcher" -version = "1.1.1" +version = "1.2.0" 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 230b3636a5..aa3aa7728e 100644 --- a/util/light-client-protocol-server/CHANGELOG.md +++ b/util/light-client-protocol-server/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-light-client-protocol-server-v1.0.0...ckb-light-client-protocol-server-v1.1.0) - 2025-12-10 ### Added diff --git a/util/light-client-protocol-server/Cargo.toml b/util/light-client-protocol-server/Cargo.toml index 1f0bff0b3b..57712a8918 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.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/logger-config/CHANGELOG.md b/util/logger-config/CHANGELOG.md index 303bb4f746..3757ef6a2d 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-logger-config-v1.0.2...ckb-logger-config-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-logger-config-v1.0.0...ckb-logger-config-v1.0.1) - 2025-12-10 ### Other diff --git a/util/logger-config/Cargo.toml b/util/logger-config/Cargo.toml index 32e89b104f..f203f1a95c 100644 --- a/util/logger-config/Cargo.toml +++ b/util/logger-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger-config" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/logger-service/CHANGELOG.md b/util/logger-service/CHANGELOG.md index c095533bfb..78ba10a532 100644 --- a/util/logger-service/CHANGELOG.md +++ b/util/logger-service/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- implement logs subscription ([#5092](https://github.com/nervosnetwork/ckb/pull/5092)) (by @Officeyutong) +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @Officeyutong +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-logger-service-v1.0.0...ckb-logger-service-v1.0.1) - 2025-12-10 ### Other diff --git a/util/logger-service/Cargo.toml b/util/logger-service/Cargo.toml index 864bb2de2a..cc100678dd 100644 --- a/util/logger-service/Cargo.toml +++ b/util/logger-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger-service" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/logger/CHANGELOG.md b/util/logger/CHANGELOG.md index 11bddf32c5..d27d9c87b2 100644 --- a/util/logger/CHANGELOG.md +++ b/util/logger/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-logger-v1.0.1...ckb-logger-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/logger/Cargo.toml b/util/logger/Cargo.toml index 73440a7d3b..311a9ccad0 100644 --- a/util/logger/Cargo.toml +++ b/util/logger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-logger" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/memory-tracker/CHANGELOG.md b/util/memory-tracker/CHANGELOG.md index 11bddf32c5..5955222c33 100644 --- a/util/memory-tracker/CHANGELOG.md +++ b/util/memory-tracker/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/memory-tracker/Cargo.toml b/util/memory-tracker/Cargo.toml index e94727c7e8..141ca05606 100644 --- a/util/memory-tracker/Cargo.toml +++ b/util/memory-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-memory-tracker" -version = "1.0.1" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/metrics-config/CHANGELOG.md b/util/metrics-config/CHANGELOG.md index 11bddf32c5..3906f63823 100644 --- a/util/metrics-config/CHANGELOG.md +++ b/util/metrics-config/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/metrics-config/Cargo.toml b/util/metrics-config/Cargo.toml index b5d9dc5518..febed70336 100644 --- a/util/metrics-config/Cargo.toml +++ b/util/metrics-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-metrics-config" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/metrics-service/CHANGELOG.md b/util/metrics-service/CHANGELOG.md index cb187f1fcc..bd138315f0 100644 --- a/util/metrics-service/CHANGELOG.md +++ b/util/metrics-service/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-service-v1.0.0...ckb-metrics-service-v1.0.1) - 2025-12-10 ### Other diff --git a/util/metrics-service/Cargo.toml b/util/metrics-service/Cargo.toml index 62161f255f..dbd189d035 100644 --- a/util/metrics-service/Cargo.toml +++ b/util/metrics-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-metrics-service" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/metrics/CHANGELOG.md b/util/metrics/CHANGELOG.md index 8187347ab0..f3c6134427 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-v1.1.1...ckb-metrics-v1.2.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-metrics-v1.0.0...ckb-metrics-v1.1.0) - 2025-12-10 ### Added diff --git a/util/metrics/Cargo.toml b/util/metrics/Cargo.toml index e536f6e7a9..ce3fe9fa54 100644 --- a/util/metrics/Cargo.toml +++ b/util/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-metrics" -version = "1.1.1" +version = "1.2.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/migrate/CHANGELOG.md b/util/migrate/CHANGELOG.md index c9b3297937..369efdaa84 100644 --- a/util/migrate/CHANGELOG.md +++ b/util/migrate/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-migrate-v1.0.2...ckb-migrate-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-migrate-v1.0.0...ckb-migrate-v1.0.1) - 2025-12-10 ### Other diff --git a/util/migrate/Cargo.toml b/util/migrate/Cargo.toml index 9110ddbb72..3e70dfdbd2 100644 --- a/util/migrate/Cargo.toml +++ b/util/migrate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-migrate" -version = "1.0.2" +version = "1.1.0" 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 c610a8d2e0..53ae0c3bad 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-migration-template-v1.0.2...ckb-migration-template-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-migration-template-v1.0.0...ckb-migration-template-v1.0.1) - 2025-12-10 ### Other diff --git a/util/migrate/migration-template/Cargo.toml b/util/migrate/migration-template/Cargo.toml index c85fcb5b38..68168391c6 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.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/multisig/CHANGELOG.md b/util/multisig/CHANGELOG.md index 2a5bad7688..1a03c641bc 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-multisig-v1.0.2...ckb-multisig-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-multisig-v1.0.0...ckb-multisig-v1.0.1) - 2025-12-10 ### Other diff --git a/util/multisig/Cargo.toml b/util/multisig/Cargo.toml index c20d3f1779..df8c8853cd 100644 --- a/util/multisig/Cargo.toml +++ b/util/multisig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-multisig" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/network-alert/CHANGELOG.md b/util/network-alert/CHANGELOG.md index 287d6a1315..e640a83040 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-network-alert-v1.0.2...ckb-network-alert-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-network-alert-v1.0.0...ckb-network-alert-v1.0.1) - 2025-12-10 ### Other diff --git a/util/network-alert/Cargo.toml b/util/network-alert/Cargo.toml index 6c36f9896e..3f191e665a 100644 --- a/util/network-alert/Cargo.toml +++ b/util/network-alert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-network-alert" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/occupied-capacity/CHANGELOG.md b/util/occupied-capacity/CHANGELOG.md index b3bede5648..4cf5b73612 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-v1.0.2...ckb-occupied-capacity-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-v1.0.0...ckb-occupied-capacity-v1.0.1) - 2025-12-10 ### Other diff --git a/util/occupied-capacity/Cargo.toml b/util/occupied-capacity/Cargo.toml index d42ea65358..a4ffafd317 100644 --- a/util/occupied-capacity/Cargo.toml +++ b/util/occupied-capacity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-occupied-capacity" -version = "1.0.2" +version = "1.1.0" 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 11bddf32c5..44d663fc5c 100644 --- a/util/occupied-capacity/core/CHANGELOG.md +++ b/util/occupied-capacity/core/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/occupied-capacity/core/Cargo.toml b/util/occupied-capacity/core/Cargo.toml index 18b3cf3278..2260fb2011 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.0.1" +version = "1.1.0" 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 4649b2e014..497cc8f8f1 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.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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-occupied-capacity-macros-v1.0.0...ckb-occupied-capacity-macros-v1.0.1) - 2025-12-10 ### Other diff --git a/util/occupied-capacity/macros/Cargo.toml b/util/occupied-capacity/macros/Cargo.toml index 73505134ea..daf19cb97d 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.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/onion/CHANGELOG.md b/util/onion/CHANGELOG.md index c5f3146433..161e1a794b 100644 --- a/util/onion/CHANGELOG.md +++ b/util/onion/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-onion-v1.0.1...ckb-onion-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.0](https://github.com/nervosnetwork/ckb/releases/tag/ckb-onion-v1.0.0) - 2025-12-10 ### Added diff --git a/util/onion/Cargo.toml b/util/onion/Cargo.toml index 69e667a93d..251f2495e9 100644 --- a/util/onion/Cargo.toml +++ b/util/onion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-onion" -version = "1.0.1" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" diff --git a/util/proposal-table/CHANGELOG.md b/util/proposal-table/CHANGELOG.md index 11bddf32c5..5560385d9f 100644 --- a/util/proposal-table/CHANGELOG.md +++ b/util/proposal-table/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/proposal-table/Cargo.toml b/util/proposal-table/Cargo.toml index f1ebf40756..0ad971fd7b 100644 --- a/util/proposal-table/Cargo.toml +++ b/util/proposal-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-proposal-table" -version = "1.0.1" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/rational/CHANGELOG.md b/util/rational/CHANGELOG.md index 7818d9f591..5ef240203e 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-rational-v1.0.2...ckb-rational-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-rational-v1.0.0...ckb-rational-v1.0.1) - 2025-12-10 ### Other diff --git a/util/rational/Cargo.toml b/util/rational/Cargo.toml index 8eb60080a4..822bfb108d 100644 --- a/util/rational/Cargo.toml +++ b/util/rational/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rational" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/reward-calculator/CHANGELOG.md b/util/reward-calculator/CHANGELOG.md index 3f25b230ae..959365e7f2 100644 --- a/util/reward-calculator/CHANGELOG.md +++ b/util/reward-calculator/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-reward-calculator-v1.0.0...ckb-reward-calculator-v1.0.1) - 2025-12-10 ### Other diff --git a/util/reward-calculator/Cargo.toml b/util/reward-calculator/Cargo.toml index 74c3d1e18c..a787da5447 100644 --- a/util/reward-calculator/Cargo.toml +++ b/util/reward-calculator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-reward-calculator" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/rich-indexer/CHANGELOG.md b/util/rich-indexer/CHANGELOG.md index c3b8dbf9c1..7b58134a3c 100644 --- a/util/rich-indexer/CHANGELOG.md +++ b/util/rich-indexer/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-rich-indexer-v1.0.2...ckb-rich-indexer-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-rich-indexer-v1.0.0...ckb-rich-indexer-v1.0.1) - 2025-12-10 ### Other diff --git a/util/rich-indexer/Cargo.toml b/util/rich-indexer/Cargo.toml index 879df31ec2..61d39a64e2 100644 --- a/util/rich-indexer/Cargo.toml +++ b/util/rich-indexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-rich-indexer" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/runtime/CHANGELOG.md b/util/runtime/CHANGELOG.md index 11bddf32c5..872299ba57 100644 --- a/util/runtime/CHANGELOG.md +++ b/util/runtime/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/runtime/Cargo.toml b/util/runtime/Cargo.toml index 93b0be3681..abb74a90a2 100644 --- a/util/runtime/Cargo.toml +++ b/util/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-async-runtime" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/snapshot/CHANGELOG.md b/util/snapshot/CHANGELOG.md index 11bddf32c5..feeb0280c2 100644 --- a/util/snapshot/CHANGELOG.md +++ b/util/snapshot/CHANGELOG.md @@ -6,3 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-snapshot-v1.0.1...ckb-snapshot-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec diff --git a/util/snapshot/Cargo.toml b/util/snapshot/Cargo.toml index c459e60a8a..58949ebe9c 100644 --- a/util/snapshot/Cargo.toml +++ b/util/snapshot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-snapshot" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/spawn/CHANGELOG.md b/util/spawn/CHANGELOG.md index 11bddf32c5..bada8da827 100644 --- a/util/spawn/CHANGELOG.md +++ b/util/spawn/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-spawn-v1.0.1...ckb-spawn-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/util/spawn/Cargo.toml b/util/spawn/Cargo.toml index 79896b763e..ef0db624d6 100644 --- a/util/spawn/Cargo.toml +++ b/util/spawn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-spawn" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/util/stop-handler/CHANGELOG.md b/util/stop-handler/CHANGELOG.md index d7a853324e..48d0404ba9 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-stop-handler-v1.0.2...ckb-stop-handler-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-stop-handler-v1.0.0...ckb-stop-handler-v1.0.1) - 2025-12-10 ### Other diff --git a/util/stop-handler/Cargo.toml b/util/stop-handler/Cargo.toml index bdef3edb11..ea07eaf116 100644 --- a/util/stop-handler/Cargo.toml +++ b/util/stop-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-stop-handler" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/systemtime/CHANGELOG.md b/util/systemtime/CHANGELOG.md index 11bddf32c5..97d348fa50 100644 --- a/util/systemtime/CHANGELOG.md +++ b/util/systemtime/CHANGELOG.md @@ -6,3 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-systemtime-v1.0.1...ckb-systemtime-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec diff --git a/util/systemtime/Cargo.toml b/util/systemtime/Cargo.toml index 0ec8ce8c0e..171d2bf252 100644 --- a/util/systemtime/Cargo.toml +++ b/util/systemtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-systemtime" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos "] edition = "2024" diff --git a/util/test-chain-utils/CHANGELOG.md b/util/test-chain-utils/CHANGELOG.md index 11bddf32c5..8990aba390 100644 --- a/util/test-chain-utils/CHANGELOG.md +++ b/util/test-chain-utils/CHANGELOG.md @@ -6,3 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec diff --git a/util/test-chain-utils/Cargo.toml b/util/test-chain-utils/Cargo.toml index 241599cabc..e88ac61f1d 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.0.1" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/util/types/CHANGELOG.md b/util/types/CHANGELOG.md index 1be5c8ef0d..0e56c55ce0 100644 --- a/util/types/CHANGELOG.md +++ b/util/types/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-types-v1.0.2...ckb-types-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-types-v1.0.0...ckb-types-v1.0.1) - 2025-12-10 ### Other diff --git a/util/types/Cargo.toml b/util/types/Cargo.toml index be105ed7dd..9b3123895f 100644 --- a/util/types/Cargo.toml +++ b/util/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-types" -version = "1.0.2" +version = "1.1.0" authors = ["Nervos Core Dev "] edition = "2024" license = "MIT" diff --git a/verification/CHANGELOG.md b/verification/CHANGELOG.md index 477291689a..27e0423e39 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-verification-v1.0.2...ckb-verification-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Changed + +- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) + +### Contributors + +- @doitian +- @eval-exec + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-verification-v1.0.0...ckb-verification-v1.0.1) - 2025-12-10 ### Other diff --git a/verification/Cargo.toml b/verification/Cargo.toml index 76f63c3445..2128c5c1bf 100644 --- a/verification/Cargo.toml +++ b/verification/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/verification/contextual/CHANGELOG.md b/verification/contextual/CHANGELOG.md index b0d6e72eec..5ff7602539 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.0](https://github.com/nervosnetwork/ckb/compare/ckb-verification-contextual-v1.0.2...ckb-verification-contextual-v1.1.0) - 2026-03-02 + +### Added + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian + ## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-verification-contextual-v1.0.0...ckb-verification-contextual-v1.0.1) - 2025-12-10 ### Other diff --git a/verification/contextual/Cargo.toml b/verification/contextual/Cargo.toml index 34d65a552d..238c295171 100644 --- a/verification/contextual/Cargo.toml +++ b/verification/contextual/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification-contextual" -version = "1.0.2" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024" diff --git a/verification/traits/CHANGELOG.md b/verification/traits/CHANGELOG.md index 11bddf32c5..4f2dbc71d8 100644 --- a/verification/traits/CHANGELOG.md +++ b/verification/traits/CHANGELOG.md @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [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 + +- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian) + +### Contributors + +- @doitian diff --git a/verification/traits/Cargo.toml b/verification/traits/Cargo.toml index 3bd3d58e31..9ed6ad676e 100644 --- a/verification/traits/Cargo.toml +++ b/verification/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-verification-traits" -version = "1.0.1" +version = "1.1.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2024"