Skip to content

Commit df9489e

Browse files
chore: release
1 parent 12ccab7 commit df9489e

File tree

143 files changed

+1018
-142
lines changed

Some content is hidden

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

143 files changed

+1018
-142
lines changed

Cargo.lock

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

block-filter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-block-filter-v1.0.1...ckb-block-filter-v1.1.0) - 2026-01-05
11+
12+
### Added
13+
14+
- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian)
15+
16+
### Contributors
17+
18+
- @doitian

block-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-block-filter"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
license = "MIT"
55
authors = ["Nervos Core Dev <[email protected]>"]
66
edition = "2024"

chain/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.1.1...ckb-chain-v1.2.0) - 2026-01-05
11+
12+
### Added
13+
14+
- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian)
15+
16+
### Changed
17+
18+
- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec)
19+
20+
### Contributors
21+
22+
- @doitian
23+
- @eval-exec
24+
1025
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.0.0...ckb-chain-v1.1.0) - 2025-12-10
1126

1227
### Added

chain/Cargo.toml

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

ckb-bin/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.2...ckb-bin-v1.1.0) - 2026-01-05
11+
12+
### Added
13+
14+
- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian)
15+
16+
### Changed
17+
18+
- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec)
19+
- Decrease MIN_PROFILING_TIME to 2 ([#5059](https://github.com/nervosnetwork/ckb/pull/5059)) (by @eval-exec)
20+
21+
### Contributors
22+
23+
- @doitian
24+
- @eval-exec
25+
1026
## [1.0.2](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.1...ckb-bin-v1.0.2) - 2025-12-18
1127

1228
### Other

ckb-bin/Cargo.toml

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

db-migration/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.2...ckb-db-migration-v1.1.0) - 2026-01-05
11+
12+
### Added
13+
14+
- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian)
15+
16+
### Changed
17+
18+
- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec)
19+
20+
### Contributors
21+
22+
- @doitian
23+
- @eval-exec
24+
1025
## [1.0.1](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.0...ckb-db-migration-v1.0.1) - 2025-12-10
1126

1227
### Other

db-migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-db-migration"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
license = "MIT"
55
authors = ["Nervos Core Dev <[email protected]>"]
66
edition = "2024"

db-schema/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-db-schema-v1.0.1...ckb-db-schema-v1.1.0) - 2026-01-05
11+
12+
### Added
13+
14+
- bump crates MSRV to 1.92.0 ([#5076](https://github.com/nervosnetwork/ckb/pull/5076)) (by @doitian)
15+
16+
### Contributors
17+
18+
- @doitian

0 commit comments

Comments
 (0)