From: valued mammal Date: Tue, 27 May 2025 14:41:12 +0000 (-0400) Subject: chore: update changelogs X-Git-Tag: core-0.6.0^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.SerializedSignature.html?a=commitdiff_plain;h=6afb6a6213d9e2667df669e91faab20df5ffc056;p=bdk chore: update changelogs --- diff --git a/crates/bitcoind_rpc/CHANGELOG.md b/crates/bitcoind_rpc/CHANGELOG.md index 60ad59f8..39160dd7 100644 --- a/crates/bitcoind_rpc/CHANGELOG.md +++ b/crates/bitcoind_rpc/CHANGELOG.md @@ -7,9 +7,15 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [bitcoind_rpc-0.20.0] + +### Changed + +- bump bdk_core to 0.6.0 + ## [bitcoind_rpc-0.19.0] -## Changed +### Changed - feat(rpc)!: Update Emitter::mempool to support evicted_at #1857 - Change Emitter::mempool to return MempoolEvents which contain mempool-eviction data. @@ -31,3 +37,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [bitcoind_rpc-0.17.1]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1 [bitcoind_rpc-0.18.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.18.0 [bitcoind_rpc-0.19.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.19.0 +[bitcoind_rpc-0.20.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.20.0 diff --git a/crates/chain/CHANGELOG.md b/crates/chain/CHANGELOG.md index 81d090d9..935b8340 100644 --- a/crates/chain/CHANGELOG.md +++ b/crates/chain/CHANGELOG.md @@ -7,6 +7,21 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [chain-0.23.0] + +### Added + +- feat!(chain): implement `first_seen` tracking #1950 +- fix(chain): persist `first_seen` #1966 +- Persist spks derived from KeychainTxOutIndex #1963 + +### Changed + +- fix(docs): `merge_chains` outdated documentation #1806 +- chore: create and apply rustfmt.toml #1946 +- chore: Update rust-version to 1.86.0 #1955 +- bump bdk_core to 0.6.0 + ## [chain-0.22.0] ### Added @@ -41,3 +56,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [chain-0.21.1]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.21.1 [chain-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.22.0 +[chain-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.23.0 diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index 71961f9c..9b24b15b 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [core-0.6.0] + +### Added + +- Add `is_empty` methods to `TxUpdate` and `{}_Response` types #1961 + ## [core-0.5.0] ### Added @@ -36,3 +42,4 @@ This is because requests now have a `start_time`, instead of specifying a `seen_ [core-0.4.1]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1 [core-0.5.0]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.5.0 +[core-0.6.0]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.6.0 diff --git a/crates/electrum/CHANGELOG.md b/crates/electrum/CHANGELOG.md index 894d9dd3..3746b21e 100644 --- a/crates/electrum/CHANGELOG.md +++ b/crates/electrum/CHANGELOG.md @@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [electrum-0.23.0] + +### Changed + +- bump bdk_core to 0.6.0 + ## [electrum-0.22.0] ### Fixed @@ -37,3 +43,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [electrum-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1 [electrum-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.21.0 [electrum-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.22.0 +[electrum-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.23.0 diff --git a/crates/esplora/CHANGELOG.md b/crates/esplora/CHANGELOG.md index a8d49f63..ad56569a 100644 --- a/crates/esplora/CHANGELOG.md +++ b/crates/esplora/CHANGELOG.md @@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [esplora-0.22.0] + +### Changed + +- bump bdk_core to 0.6.0 + ## [esplora-0.21.0] ### Changed @@ -25,3 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [esplora-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.20.1 [esplora-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.21.0 +[esplora-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.22.0 diff --git a/crates/file_store/CHANGELOG.md b/crates/file_store/CHANGELOG.md index 42bc3bf1..46f5bb76 100644 --- a/crates/file_store/CHANGELOG.md +++ b/crates/file_store/CHANGELOG.md @@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [file_store-0.21.0] + +### Changed + +- bump bdk_core to 0.6.0 + ## [file_store-0.20.0] ### Changed @@ -42,3 +48,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [file_store-0.18.1]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.18.1 [file_store-0.19.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.19.0 [file_store-0.20.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.20.0 +[file_store-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.21.0 diff --git a/crates/testenv/CHANGELOG.md b/crates/testenv/CHANGELOG.md index b69d2e57..d0e1f362 100644 --- a/crates/testenv/CHANGELOG.md +++ b/crates/testenv/CHANGELOG.md @@ -7,8 +7,16 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [testenv-0.13.0] + +### Changed + +- deps: bump `bdk_chain` to 0.23.0 + ## [testenv-0.12.0] +### Changed + - deps: bump `bdk_chain` to 0.22.0 ## [testenv-0.11.1] @@ -19,3 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [testenv-0.11.1]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.11.1 [testenv-0.12.0]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.12.0 +[testenv-0.13.0]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.13.0