Skip to content

Commit 8b417a3

Browse files
committed
Bump version to 0.4.0
1 parent dab5d82 commit 8b417a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0]
10+
911
- Replace `wallet bump_fee` command `--send_all` with new `--shrink` option
1012
- Add 'reserve' feature to enable proof of reserve
1113
- If no wallet name is provided, derive one from the descriptor instead of using "main"
@@ -45,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4547

4648
## [0.1.0-beta.1]
4749

48-
[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...HEAD
50+
[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...HEAD
51+
[0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0
4952
[0.3.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.2.0...v0.3.0
5053
[0.2.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.1.0...v0.2.0
5154
[0.1.0]: https://github.com/bitcoindevkit/bdk-cli/compare/0.1.0-beta.1...v0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk-cli"
3-
version = "0.3.1-dev"
3+
version = "0.4.0"
44
edition = "2018"
55
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>", "Steve Myers <[email protected]>"]
66
homepage = "https://bitcoindevkit.org"

0 commit comments

Comments
 (0)