Skip to content

Commit 213c8e4

Browse files
committed
chore(bdk-esplora): bump to 0.22.1 and update CHANGELOG
1 parent c2f7a9b commit 213c8e4

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

crates/esplora/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.1]
11+
12+
### Added
13+
- Introduce usage of `cfg_attr(coverage_nightly)` in order to not consider tests under coverage. #1986
14+
15+
### Changed
16+
- deps: bump `esplora-client` to 0.12.1
17+
- deps: bump `bdk_core` to 0.6.1
18+
19+
### Fixed
20+
- Esplora `chain_update` returns early with `esplora_client::Error::HeaderHashNotFound` if no point of agreement is found in the local checkpoint #1971
21+
1022
## [esplora-0.22.0]
1123

1224
### Changed
@@ -32,3 +44,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3244
[esplora-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.20.1
3345
[esplora-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.21.0
3446
[esplora-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.22.0
47+
[esplora-0.22.1]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.22.1

crates/esplora/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_esplora"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
homepage = "https://bitcoindevkit.org"
66
repository = "https://github.com/bitcoindevkit/bdk"
@@ -15,8 +15,8 @@ readme = "README.md"
1515
workspace = true
1616

1717
[dependencies]
18-
bdk_core = { path = "../core", version = "0.6.0", default-features = false }
19-
esplora-client = { version = "0.12.0", default-features = false }
18+
bdk_core = { path = "../core", version = "0.6.1", default-features = false }
19+
esplora-client = { version = "0.12.1", default-features = false }
2020
async-trait = { version = "0.1.66", optional = true }
2121
futures = { version = "0.3.26", optional = true }
2222

0 commit comments

Comments
 (0)