Skip to content

Commit

Permalink
Merge pull request #141 from jjyr/bump-version-to-0-10-3
Browse files Browse the repository at this point in the history
chore: bump capsule 0.10.3, ckb-testtool 0.10.1
  • Loading branch information
jjyr authored Jan 4, 2024
2 parents c602798 + 76b93ba commit a2cb212
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

The format is based on [Keep a Changelog](https://keepachangelog.com).

## [v0.10.3] - 2024-01-4

Capsule:

* chore: deprecate deploy #139

CKB Testtool(v0.10.1):

* upgrade rust-toolchain in generated rust project #135
* update Cargo.toml in generated rust project #136
* feat: Add utility function to dump tx as MockTransaction format #137

Full Changelog: https://github.com/nervosnetwork/capsule/compare/v0.10.2...v0.10.3

## [v0.10.2] - 2023-11-3

Misc:
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-capsule"
version = "0.10.2"
version = "0.10.3"
authors = ["Nervos Network"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/testtool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-testtool"
version = "0.10.0"
version = "0.10.1"
authors = ["Nervos Network"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit a2cb212

Please sign in to comment.