Skip to content

Commit

Permalink
release: bump version to 0.28.2, downgrade esplora-client to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Aug 9, 2023
1 parent 7231039 commit 7f36140
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.28.2]

### Summary

Downgraded esplora-client dependency to 0.4.0, the update to 0.5.0 shouldn't have been done in a patch release.

### Changed

- Downgraded esplora-client dependency to 0.4.0, the update to 0.5.0 shouldn't have been done in a patch release

## [v0.28.1]

### Summary
Expand Down Expand Up @@ -671,4 +681,5 @@ final transaction is created by calling `finish` on the builder.
[v0.27.1]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1
[v0.28.0]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...v0.28.0
[v0.28.1]: https://github.com/bitcoindevkit/bdk/compare/v0.28.0...v0.28.1
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...HEAD
[v0.28.2]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...v0.28.2
[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...HEAD
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk"
version = "0.28.1"
version = "0.28.2"
edition = "2018"
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>"]
homepage = "https://bitcoindevkit.org"
Expand All @@ -23,7 +23,7 @@ rand = "^0.8"
# Optional dependencies
sled = { version = "0.34", optional = true }
electrum-client = { version = "0.12", optional = true }
esplora-client = { version = "0.5", default-features = false, optional = true }
esplora-client = { version = "0.4", default-features = false, optional = true }
rusqlite = { version = "0.28.0", optional = true }
ahash = { version = "0.7.6", optional = true }
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit 7f36140

Please sign in to comment.