Skip to content

Commit ced1e65

Browse files
committed
Bump version
1 parent 6bbd73a commit ced1e65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@
5454
- Minor refactor to BnB algorithm to improve readability
5555
- Revise doc comments for both SRD and BnB
5656

57+
# 0.7.0 - 2025-04-22
58+
59+
- Update MSRV to 1.63.0
60+
- ITERATION_LIMIT const now uses a u32 data type.
61+
- Both SRD and BNB now return the iteration count.
62+
- Add UTXO exclusion shortcut performance optimization.
63+
- Change algorithm return types to vector instead of iterator.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
77
license = "CC0-1.0"
88
name = "bitcoin-coin-selection"
99
repository = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
10-
version = "0.6.1"
10+
version = "0.7.0"
1111
# documentation = "https://docs.rs/bitcoin-coin-selection/"
1212
description = "Libary providing utility functions to efficiently select a set of UTXOs."
1313
keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]

0 commit comments

Comments
 (0)