From: Steve Myers Date: Fri, 8 Jan 2021 19:42:02 +0000 (-0800) Subject: Bump version to v0.1.1-dev X-Git-Tag: v0.2.0~31 X-Git-Url: http://internal-gitweb-vhost/struct.EncoderWriter.html?a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2Frelease%2F0.1.0;p=bdk-cli Bump version to v0.1.1-dev --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d47e6f..c8c31a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ 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/0.1.0...HEAD -[0.1.0]: https://github.com/bitcoindevkit/bdk-cli/compare/0.1.0-beta.1...0.1.0 -[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk-cli/compare/84a02e35...0.1.0-beta.1 -[bdk0.2]: https://github.com/bitcoindevkit/bdk/releases/tag/v0.2.0 \ No newline at end of file +[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/bitcoindevkit/bdk-cli/compare/0.1.0-beta.1...v0.1.0 +[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk-cli/compare/84a02e35...0.1.0-beta.1 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index abb261f..72bb194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "bdk-cli" -version = "0.1.0" +version = "0.1.1-dev" edition = "2018" -authors = ["Alekos Filini ", "Riccardo Casatta ", "Steve Myers ", "Riccardo Casatta ", "Steve Myers "] homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk-cli" documentation = "https://docs.rs/bdk-cli"