From 1520214e0d2f449c4a6eb84da015334e97223aae Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 8 Jan 2021 11:42:02 -0800 Subject: [PATCH] Bump version to v0.1.1-dev --- CHANGELOG.md | 7 +++---- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) 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" -- 2.49.0