From c6e9a626288f7e91236a4a6db381bcf19b6be6ee Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 14 Mar 2022 14:38:58 -0500 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 16 ++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568cc28..f52f89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.4.0] + +- Add dual license MIT and Apache 2.0 +- Add sqlite database support +- Fix memory database configuration enum, remove junk field + +## [v0.3.1] + +- Remove hard coded sync progress value (was always returning 21.0) + ## [v0.3.0] - Move bdk-kotlin bindings and ios example to separate repos @@ -18,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.2.0] -[v0.2.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.0.0...v0.2.0 +[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.1...v0.4.0 +[v0.3.1]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.2.0...v0.3.0 -[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.0...HEAD +[v0.2.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.0.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index aeb4e1a..f4879bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-ffi" -version = "0.3.1" +version = "0.4.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018"