Skip to content

Commit 4dd7e21

Browse files
committed
Bump version to 0.21.0 and update CHANGELOG.md
1 parent 9f09f50 commit 4dd7e21

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.21.0]
13+
14+
- Add use-rustls-ring feature #135
15+
- refactor: make validate_merkle_proof more efficient #134
16+
- chore: set rust edition to 2021, fix clippy, add ci fmt and clippy checks #139
17+
18+
## [0.20.0]
19+
20+
- Upgrade rustls to 0.23 #132
21+
- chore(deps): upgrade rust-bitcoin to 0.32.0 #133
22+
- ci: add test with MSRV 1.63.0 #128
23+
1224
## [0.19.0]
1325

1426
- Add Batch::raw and improve docs #94
@@ -23,4 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2335

2436
[0.18.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.17.0...0.18.0
2537
[0.19.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...v0.19.0
26-
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...HEAD
38+
[0.20.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0
39+
[0.21.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
40+
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...HEAD

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrum-client"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Alekos Filini <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"

0 commit comments

Comments
 (0)