Skip to content

Commit 6afb6a6

Browse files
committed
chore: update changelogs
1 parent 340bdc1 commit 6afb6a6

File tree

7 files changed

+61
-1
lines changed

7 files changed

+61
-1
lines changed

crates/bitcoind_rpc/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [bitcoind_rpc-0.20.0]
11+
12+
### Changed
13+
14+
- bump bdk_core to 0.6.0
15+
1016
## [bitcoind_rpc-0.19.0]
1117

12-
## Changed
18+
### Changed
1319

1420
- feat(rpc)!: Update Emitter::mempool to support evicted_at #1857
1521
- 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
3137
[bitcoind_rpc-0.17.1]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1
3238
[bitcoind_rpc-0.18.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.18.0
3339
[bitcoind_rpc-0.19.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.19.0
40+
[bitcoind_rpc-0.20.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.20.0

crates/chain/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [chain-0.23.0]
11+
12+
### Added
13+
14+
- feat!(chain): implement `first_seen` tracking #1950
15+
- fix(chain): persist `first_seen` #1966
16+
- Persist spks derived from KeychainTxOutIndex #1963
17+
18+
### Changed
19+
20+
- fix(docs): `merge_chains` outdated documentation #1806
21+
- chore: create and apply rustfmt.toml #1946
22+
- chore: Update rust-version to 1.86.0 #1955
23+
- bump bdk_core to 0.6.0
24+
1025
## [chain-0.22.0]
1126

1227
### Added
@@ -41,3 +56,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4156

4257
[chain-0.21.1]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.21.1
4358
[chain-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.22.0
59+
[chain-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.23.0

crates/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
## [core-0.6.0]
13+
14+
### Added
15+
16+
- Add `is_empty` methods to `TxUpdate` and `{}_Response` types #1961
17+
1218
## [core-0.5.0]
1319

1420
### Added
@@ -36,3 +42,4 @@ This is because requests now have a `start_time`, instead of specifying a `seen_
3642

3743
[core-0.4.1]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1
3844
[core-0.5.0]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.5.0
45+
[core-0.6.0]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.6.0

crates/electrum/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [electrum-0.23.0]
11+
12+
### Changed
13+
14+
- bump bdk_core to 0.6.0
15+
1016
## [electrum-0.22.0]
1117

1218
### Fixed
@@ -37,3 +43,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3743
[electrum-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1
3844
[electrum-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.21.0
3945
[electrum-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.22.0
46+
[electrum-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.23.0

crates/esplora/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [esplora-0.22.0]
11+
12+
### Changed
13+
14+
- bump bdk_core to 0.6.0
15+
1016
## [esplora-0.21.0]
1117

1218
### Changed
@@ -25,3 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531

2632
[esplora-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.20.1
2733
[esplora-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.21.0
34+
[esplora-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.22.0

crates/file_store/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [file_store-0.21.0]
11+
12+
### Changed
13+
14+
- bump bdk_core to 0.6.0
15+
1016
## [file_store-0.20.0]
1117

1218
### Changed
@@ -42,3 +48,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4248
[file_store-0.18.1]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.18.1
4349
[file_store-0.19.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.19.0
4450
[file_store-0.20.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.20.0
51+
[file_store-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.21.0

crates/testenv/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [testenv-0.13.0]
11+
12+
### Changed
13+
14+
- deps: bump `bdk_chain` to 0.23.0
15+
1016
## [testenv-0.12.0]
1117

18+
### Changed
19+
1220
- deps: bump `bdk_chain` to 0.22.0
1321

1422
## [testenv-0.11.1]
@@ -19,3 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1927

2028
[testenv-0.11.1]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.11.1
2129
[testenv-0.12.0]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.12.0
30+
[testenv-0.13.0]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.13.0

0 commit comments

Comments
 (0)