Skip to content

Commit aaa22d5

Browse files
author
Liu Chuankai
committed
chore: 🤖 bump up to v2.1
1 parent ae0860f commit aaa22d5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.1.0
2+
* Support omni-lock supply mode
3+
* Use anyhow::Error to replace Box<dyn std::error::Error>
4+
* **breaking change**: Use hash instead pubkey directly when create `Identity` and `OmniLockConfig`:
5+
- From `Identity::new_pubkey_hash(pubkey: &Pubkey)` to `Identity::new_pubkey_hash(pubkey_hash: H160)`
6+
- From `Identity::new_ethereum(pubkey: &Pubkey)` to `Identity::new_ethereum(pubkey_hash: H160)`
7+
- From `OmniLockConfig::new_pubkey_hash(pubkey: &Pubkey)` to `OmniLockConfig::new_pubkey_hash(lock_arg: H160)`
8+
- Remove `OmniLockConfig::new_pubkey_hash_with_lockarg(lock_arg: H160)`
9+
- From `OmniLockConfig::new_ethereum(pubkey: &Pubkey)` to `new_ethereum(pubkey_hash: H160)`
10+
111

212
# 2.0.0
313
* Add omni-lock support

‎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-sdk"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Linfeng Qian <thewawar@gmail.com>", "Nervos Core Dev <dev@nervos.org>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)