From 9c6b98d98b9b8ef27fa89bba4af80a700068fb41 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 11 Mar 2021 10:07:26 +0100 Subject: [PATCH 1/6] Bump version to 0.5.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f57bdc6..ef556c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.4.1-dev" +version = "0.5.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 46fa41470ec4eb959eb7693f2900670dbb70924b Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 17 Mar 2021 15:13:46 +0100 Subject: [PATCH 2/6] Update CHANGELOG with the new release tag --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d32ff9..ec33164f 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.5.0] - [v0.4.0] + ### Misc #### Changed - Updated `electrum-client` to version `0.7` @@ -290,3 +292,4 @@ final transaction is created by calling `finish` on the builder. [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 [v0.4.0]: https://github.com/bitcoindevkit/bdk/compare/v0.3.0...v0.4.0 +[v0.5.0]: https://github.com/bitcoindevkit/bdk/compare/v0.4.0...v0.5.0 From fa27ae210fc2c8505f89a695794e6abda7420d0f Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 17 Mar 2021 15:14:35 +0100 Subject: [PATCH 3/6] Update version in lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e9ce3f5b..6cadcf57 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,7 @@ //! interact with the bitcoin P2P network. //! //! ```toml -//! bdk = "0.4.0" +//! bdk = "0.5.0" //! ``` //! //! ## Sync the balance of a descriptor From 2fea1761c1ac1b0e0aba6348cd2297d9211ed829 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 17 Mar 2021 15:17:43 +0100 Subject: [PATCH 4/6] Bump deps version --- Cargo.toml | 6 +++--- macros/Cargo.toml | 2 +- testutils-macros/Cargo.toml | 2 +- testutils/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef556c7d..f76d1e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] -bdk-macros = "^0.3" +bdk-macros = "^0.4" log = "^0.4" miniscript = "5.1" bitcoin = { version = "^0.26", features = ["use-serde"] } @@ -59,8 +59,8 @@ test-electrum = ["electrum"] test-md-docs = ["electrum"] [dev-dependencies] -bdk-testutils = { path = "./testutils"} -bdk-testutils-macros = { path = "./testutils-macros"} +bdk-testutils = "0.4" +bdk-testutils-macros = "0.4" serial_test = "0.4" lazy_static = "1.4" env_logger = "0.7" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 41bcd28e..492e2e19 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-macros" -version = "0.3.0" +version = "0.4.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org" diff --git a/testutils-macros/Cargo.toml b/testutils-macros/Cargo.toml index 8fd84703..06a5b7c2 100644 --- a/testutils-macros/Cargo.toml +++ b/testutils-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-testutils-macros" -version = "0.3.0" +version = "0.4.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org" diff --git a/testutils/Cargo.toml b/testutils/Cargo.toml index bdd364f7..8f7f2618 100644 --- a/testutils/Cargo.toml +++ b/testutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-testutils" -version = "0.3.0" +version = "0.4.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org" From f7944e871b38ddab8821727fd1c727ee343e111d Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 17 Mar 2021 15:21:37 +0100 Subject: [PATCH 5/6] Bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f76d1e7f..8b40540b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.5.0-rc.1" +version = "0.5.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" From 71e0472dc936f7c8c5e1f5b5707652d3dcb425d8 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 17 Mar 2021 20:58:23 +0100 Subject: [PATCH 6/6] Bump version to 0.5.1-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b40540b..2ec8b94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.5.0" +version = "0.5.1-dev" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"