Skip to content

Commit 405f3f4

Browse files
chore: release (#5129)
## 🤖 New release * `ckb-fixed-hash-core`: 1.1.0 -> 1.1.1 * `ckb-jsonrpc-types`: 1.1.0 -> 1.1.1 * `ckb-rpc`: 1.2.0 -> 1.2.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `ckb-fixed-hash-core` <blockquote> ## [1.1.1](ckb-fixed-hash-core-v1.1.0...ckb-fixed-hash-core-v1.1.1) - 2026-03-08 ### Changed - update Cargo.toml dependencies </blockquote> ## `ckb-jsonrpc-types` <blockquote> ## [1.1.1](ckb-jsonrpc-types-v1.1.0...ckb-jsonrpc-types-v1.1.1) - 2026-03-08 ### Changed - update `schemars` to version 1 ([#5128](#5128)) (by @Officeyutong) ### Contributors - @Officeyutong </blockquote> ## `ckb-rpc` <blockquote> ## [1.2.1](ckb-rpc-v1.2.0...ckb-rpc-v1.2.1) - 2026-03-08 ### Changed - update `schemars` to version 1 ([#5128](#5128)) (by @Officeyutong) ### Contributors - @Officeyutong </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: nervos-bot[bot] <46313439+nervos-bot[bot]@users.noreply.github.com>
1 parent 0f4e1b7 commit 405f3f4

7 files changed

Lines changed: 32 additions & 6 deletions

File tree

Cargo.lock

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

rpc/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.1](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.2.0...ckb-rpc-v1.2.1) - 2026-03-08
11+
12+
### Changed
13+
14+
- update `schemars` to version 1 ([#5128](https://github.com/nervosnetwork/ckb/pull/5128)) (by @Officeyutong)
15+
16+
### Contributors
17+
18+
- @Officeyutong
19+
1020
## [1.2.0](https://github.com/nervosnetwork/ckb/compare/ckb-rpc-v1.1.1...ckb-rpc-v1.2.0) - 2026-03-02
1121

1222
### Added

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

util/fixed-hash/core/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-fixed-hash-core-v1.1.0...ckb-fixed-hash-core-v1.1.1) - 2026-03-08
11+
12+
### Changed
13+
14+
- update Cargo.toml dependencies
15+
1016
## [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
1117

1218
### Added

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

util/jsonrpc-types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/nervosnetwork/ckb/compare/ckb-jsonrpc-types-v1.1.0...ckb-jsonrpc-types-v1.1.1) - 2026-03-08
11+
12+
### Changed
13+
14+
- update `schemars` to version 1 ([#5128](https://github.com/nervosnetwork/ckb/pull/5128)) (by @Officeyutong)
15+
16+
### Contributors
17+
18+
- @Officeyutong
19+
1020
## [1.1.0](https://github.com/nervosnetwork/ckb/compare/ckb-jsonrpc-types-v1.0.2...ckb-jsonrpc-types-v1.1.0) - 2026-03-02
1121

1222
### Added

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

0 commit comments

Comments
 (0)