Skip to content

Commit db3a873

Browse files
committed
release: prepare 0.8.4
1 parent aa51d06 commit db3a873

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.8.4 - 2025-10-19
2+
3+
- Remove dependency of CheckedSum trait of bitcoin-units [#198](https://github.com/bitcoin/bitcoin/issues/33419)
4+
15
# 0.8.3 - 2025-10-13
26

37
- Add Coin Grinder [#75](https://github.com/p2pderivatives/rust-bitcoin-coin-selection/pull/75)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "CC0-1.0"
77
name = "bitcoin-coin-selection"
88
repository = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection"
9-
version = "0.8.3"
9+
version = "0.8.4"
1010
documentation = "https://docs.rs/bitcoin-coin-selection"
1111
description = "Libary providing utility functions to efficiently select a set of UTXOs."
1212
keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]

0 commit comments

Comments
 (0)