]> Untitled Git - bdk/commitdiff
Bump version to 0.17.0-rc.1
authorSteve Myers <steve@notmandatory.org>
Thu, 10 Mar 2022 23:01:44 +0000 (17:01 -0600)
committerSteve Myers <steve@notmandatory.org>
Thu, 10 Mar 2022 23:01:44 +0000 (17:01 -0600)
CHANGELOG.md
Cargo.toml
src/lib.rs

index 9ca6b8d5c6cf6583ec20de1ffa8f0ddc3bb00660..b939a95a32735773fa6cb74591e5d6171626c17d 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.17.0] - [v0.16.1]
+
 - Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
 - `verify` flag removed from `TransactionDetails`.
 - Add `get_internal_address` to allow you to get internal addresses just as you get external addresses.
@@ -415,7 +417,6 @@ final transaction is created by calling `finish` on the builder.
 - Use `MemoryDatabase` in the compiler example
 - Make the REPL return JSON
 
-[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.11.0...HEAD
 [0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
 [v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
 [v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0
@@ -434,3 +435,5 @@ final transaction is created by calling `finish` on the builder.
 [v0.15.0]: https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
 [v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
 [v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
+[v0.17.0]: https://github.com/bitcoindevkit/bdk/compare/v0.16.1...v0.17.0
+[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD
\ No newline at end of file
index 3a470dc2deaf4c582d0272f03fc9f5be015946b6..a5ec5a8f0c7410c75cf24bf70dbd62c3b164964e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.16.2-dev"
+version = "0.17.0-rc1"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
index 4b8a222840b070e4dec3d6fe440e7b163e12b8b5..0779eec4eb81e3538287f398d9c80032d1bb8250 100644 (file)
@@ -44,7 +44,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.16.1"
+//! bdk = "0.17.0"
 //! ```
 #![cfg_attr(
     feature = "electrum",