]> Untitled Git - bdk-cli/commitdiff
Bump version to 0.4.0 v0.4.0
authorSteve Myers <steve@notmandatory.org>
Sat, 5 Mar 2022 02:38:21 +0000 (18:38 -0800)
committerSteve Myers <steve@notmandatory.org>
Sat, 5 Mar 2022 02:38:21 +0000 (18:38 -0800)
CHANGELOG.md
Cargo.toml

index 31e3b33da91e851a47f7134ffc86f5b82fb71609..97117c87db4670d5b05b7b5e9fa59ac8a45e18eb 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [0.4.0]
+
 - Replace `wallet bump_fee` command `--send_all` with new `--shrink` option
 - Add 'reserve' feature to enable proof of reserve
 - 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
 
 ## [0.1.0-beta.1]
 
-[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...HEAD
+[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...HEAD
+[0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0
 [0.3.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.2.0...v0.3.0
 [0.2.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.1.0...v0.2.0
 [0.1.0]: https://github.com/bitcoindevkit/bdk-cli/compare/0.1.0-beta.1...v0.1.0
index 2d0af24e14a343dbd1ef351ef37561cc6978f39f..6daf25b5751bec6c3271a850f214426a544df2a7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk-cli"
-version = "0.3.1-dev"
+version = "0.4.0"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org>"]
 homepage = "https://bitcoindevkit.org"