From f8117c0f9fb881ff00181b217a1ece69cf5886ec Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Fri, 4 Jun 2021 09:42:14 +0200 Subject: [PATCH 1/7] Bump version to 0.8.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78ddb116..db73ec34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.7.1-dev" +version = "0.8.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 2cc05c07a541fe5e285a7d7ae720b2a30196e1ea Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 10 Jun 2021 15:59:08 +0200 Subject: [PATCH 2/7] Bump version in `src/lib.rs` --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 284e49b9..faecba7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,7 @@ //! interact with the bitcoin P2P network. //! //! ```toml -//! bdk = "0.7.0" +//! bdk = "0.8.0" //! ``` #![cfg_attr( feature = "electrum", From 2faed425edbaffb692e1ad99efc9ab134e58ffdc Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 10 Jun 2021 15:59:24 +0200 Subject: [PATCH 3/7] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d0241f..8dba100b 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.8.0] - [v0.7.0] + ### Wallet - Added an option that must be explicitly enabled to allow signing using non-`SIGHASH_ALL` sighashes (#350) #### Changed From 33b45ebe82b8743fab546e890b553df75b4662ed Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 10 Jun 2021 16:00:01 +0200 Subject: [PATCH 4/7] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db73ec34..c9a84639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.8.0-rc.1" +version = "0.8.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 44217539e5d6e4e98c97f1a9acf0259909149543 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Fri, 11 Jun 2021 11:29:42 +0200 Subject: [PATCH 5/7] Bump version to 0.8.1-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9a84639..1d862a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.8.0" +version = "0.8.1-dev" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 5bf758b03ae6fedea07e5215e25e3ae2bbc95345 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 14 Jun 2021 11:40:50 -0700 Subject: [PATCH 6/7] Add CHANGELOG v0.8.0 link --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dba100b..92efc7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -348,3 +348,4 @@ final transaction is created by calling `finish` on the builder. [v0.5.1]: https://github.com/bitcoindevkit/bdk/compare/v0.5.0...v0.5.1 [v0.6.0]: https://github.com/bitcoindevkit/bdk/compare/v0.5.1...v0.6.0 [v0.7.0]: https://github.com/bitcoindevkit/bdk/compare/v0.6.0...v0.7.0 +[v0.8.0]: https://github.com/bitcoindevkit/bdk/compare/v0.7.0...v0.8.0 \ No newline at end of file From e1a77b87abdf5c589fcb50892e7635454902cff9 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 14 Jun 2021 11:43:48 -0700 Subject: [PATCH 7/7] Fix CHANGELOG unreleased link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92efc7c1..a912f1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -339,7 +339,7 @@ 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.4.0...HEAD +[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.8.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