diff --git a/CHANGELOG.md b/CHANGELOG.md index d786802..d702fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog information can also be found in each release's git tag (which can be The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.0-alpha.11] +## [v1.0.0-alpha.11] This release brings the latest alpha 11 release of the Rust bdk_wallet library, as well as the new Electrum client, the new memory wallet, and a whole lot of new types and APIs across the library. Also of note are the much simpler-to-use full_scan and sync workflows for syncing wallets. Added: @@ -20,10 +20,10 @@ Added: [#535]: https://github.com/bitcoindevkit/bdk-ffi/pull/535 [#536]: https://github.com/bitcoindevkit/bdk-ffi/pull/536 -## [1.0.0-alpha.7] +## [v1.0.0-alpha.7] This release brings back into the 1.0 API a number of APIs from the 0.31 release, and adds the new flat file persistence feature, as well as more fine-grain errors. -## [1.0.0-alpha.2a] +## [v1.0.0-alpha.2a] This release is the first alpha release of the 1.0 API for the bindings libraries. Here is what is now available: - Create and recover wallets using descriptors, including the four descriptor templates - Sync a wallet using a blocking Esplora client @@ -31,7 +31,7 @@ This release is the first alpha release of the 1.0 API for the bindings librarie - Create and sign transactions using the transaction builder - Broadcast transactions -## [0.31.0] +## [v0.31.0] This release updates the bindings libraries to bdk version 0.29.0, updating rust-bitcoin to version 0.30.2. - APIs Changed: @@ -43,7 +43,7 @@ This release updates the bindings libraries to bdk version 0.29.0, updating rust [#443]: https://github.com/bitcoindevkit/bdk-ffi/pull/443 -## [0.30.0] +## [v0.30.0] This release has a new API and a few internal optimizations and refactorings. - APIs Added @@ -51,7 +51,7 @@ This release has a new API and a few internal optimizations and refactorings. [#388]: https://github.com/bitcoindevkit/bdk-ffi/pull/388 -## [0.29.0] +## [v0.29.0] This release has a number of new APIs, and adds support for Windows in bdk-jvm. Changelog @@ -262,9 +262,9 @@ Changelog [BIP 0174]:https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#encoding -[1.0.0-alpha.11]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-alpha.7...v1.0.0-alpha.11 -[1.0.0-alpha.7]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-alpha.2a...v1.0.0-alpha.7 -[1.0.0-alpha.2a]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.31.0...v1.0.0-alpha.2a +[v1.0.0-alpha.11]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-alpha.7...v1.0.0-alpha.11 +[v1.0.0-alpha.7]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-alpha.2a...v1.0.0-alpha.7 +[v1.0.0-alpha.2a]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.31.0...v1.0.0-alpha.2a [v0.31.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.30.0...v0.31.0 [v0.30.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.29.0...v0.30.0 [v0.29.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.28.0...v0.29.0