Skip to content

Commit fcd024c

Browse files
committed
Bump version
1 parent e835ef8 commit fcd024c

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
@@ -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.6.1"
9+
version = "0.7.0"
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)