From ed3ef94071b1de4e727fb93bbd82be2041e26f71 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 7 Jun 2022 13:13:23 -0700 Subject: [PATCH 1/4] Bump version to 0.19.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d67b2b8d..30b86499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.19.0-dev" +version = "0.19.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 2bf8121b18a3356e3c2594d160b0fde4cba1c7a6 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 8 Jun 2022 15:18:54 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md to 0.19.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73188e10..b550e40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.19.0] - [v0.18.0] + - added `OldestFirstCoinSelection` impl to `CoinSelectionAlgorithm` - New MSRV set to `1.56` - Unpinned tokio to `1` @@ -462,4 +464,5 @@ final transaction is created by calling `finish` on the builder. [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 [v0.18.0]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...v0.18.0 -[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.18.0...HEAD +[v0.19.0]: https://github.com/bitcoindevkit/bdk/compare/v0.18.0...v0.19.0 +[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.19.0...HEAD From fa4c73a4d17fb1891615aa3c2411e93e0a7ec0cd Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 10 Jun 2022 09:08:43 -0700 Subject: [PATCH 3/4] Bump version to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30b86499..33d75a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.19.0-rc.1" +version = "0.19.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 04dc28d2b4db6b67decd715c694f6614572bd13b Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 10 Jun 2022 10:13:43 -0700 Subject: [PATCH 4/4] Bump version to 0.19.1-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33d75a4a..509a5655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.19.0" +version = "0.19.1-dev" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"