Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions chain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2](https://github.com/nervosnetwork/ckb/compare/ckb-chain-v1.1.1...ckb-chain-v1.1.2) - 2025-12-24

### <!-- 9 -->βš™οΈ Miscellaneous

- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) - #4993

### Contributors

* @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
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-chain"
version = "1.1.1"
version = "1.1.2"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
11 changes: 11 additions & 0 deletions ckb-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.2...ckb-bin-v1.0.3) - 2025-12-24

### <!-- 9 -->βš™οΈ Miscellaneous

- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) - #4993
- Decrease MIN_PROFILING_TIME to 2 ([#5059](https://github.com/nervosnetwork/ckb/pull/5059)) (by @eval-exec) - #5059

### Contributors

* @eval-exec

## [1.0.2](https://github.com/nervosnetwork/ckb/compare/ckb-bin-v1.0.1...ckb-bin-v1.0.2) - 2025-12-18

### <!-- 9 -->βš™οΈ Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion ckb-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-bin"
version = "1.0.2"
version = "1.0.3"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions db-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3](https://github.com/nervosnetwork/ckb/compare/ckb-db-migration-v1.0.2...ckb-db-migration-v1.0.3) - 2025-12-24

### <!-- 9 -->βš™οΈ Miscellaneous

- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) - #4993

### Contributors

* @eval-exec

## [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
Expand Down
2 changes: 1 addition & 1 deletion db-migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-db-migration"
version = "1.0.2"
version = "1.0.3"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
10 changes: 10 additions & 0 deletions db/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3](https://github.com/nervosnetwork/ckb/compare/ckb-db-v1.0.2...ckb-db-v1.0.3) - 2025-12-24

### <!-- 9 -->βš™οΈ Miscellaneous

- Upgrade rust-toolchain from 1.85.0 to 1.92.0 ([#4993](https://github.com/nervosnetwork/ckb/pull/4993)) (by @eval-exec) - #4993

### Contributors

* @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
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-db"
version = "1.0.2"
version = "1.0.3"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
Expand Down
Loading
Loading