Skip to content

Commit 3a7a668

Browse files
authored
Merge pull request #654 from eval-exec/exec/bump-2.1
Bump version to `v2.1.0`
2 parents f028059 + 3b1993d commit 3a7a668

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v2.1.0
2+
* Fix: detect multisig type from input cells in deploy #652
3+
* Warn user if lock script is not well-known during deploy #653
4+
5+
# v2.0.0
6+
* Update ckb crates to 1.0 #645
7+
* Update ckb-sdk to 5.0 #646
8+
9+
# v1.16.0
10+
* Add `enable_type_id` for deploy DepGroup #640
11+
* Fix `enable_type_id` to default false for serde for Cell and DepGroup #643
12+
* Improve deploy gen-txs --from-address help documentation #642
13+
* Let ckb deploy use RPC client with cookies #641
14+
115
# v1.15.0
216
* [Breaking Change] Add `--multisig-code-hash` flag to specify `MultisigScript::V2` or `MultisigScript::Legacy` #631
317

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-cli"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
license = "MIT"
55
authors = [
66
"Linfeng Qian <[email protected]>",

0 commit comments

Comments
 (0)