Skip to content

Commit e23a892

Browse files
committed
Bump version to 0.6.0
1 parent b5f9177 commit e23a892

File tree

3 files changed

+47
-44
lines changed

3 files changed

+47
-44
lines changed

CHANGELOG.md

Lines changed: 5 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.6.0]
10+
911
- Add distinct `key-value-db` and `sqlite-db` features, keep default as `key-value-db`
1012
- Reorganize existing codes in separate modules. Change crate type from lib to bin.
1113
- Rewrite relevant doc comments as `structopt` help document.
@@ -69,7 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971

7072
## [0.1.0-beta.1]
7173

72-
[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...HEAD
74+
[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...HEAD
75+
[0.6.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.5.0...v0.6.0
76+
[0.5.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...v0.5.0
7377
[0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0
7478
[0.3.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.2.0...v0.3.0
7579
[0.2.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.1.0...v0.2.0

Cargo.lock

Lines changed: 41 additions & 42 deletions
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 = "bdk-cli"
3-
version = "0.5.0"
3+
version = "0.6.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)