File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
# 0.2.0 - 2023-06-03
6
6
7
7
- Add Single Random Draw module and a basic error type.
8
+
9
+ # 0.3.0 - 2024-02-07
10
+
11
+ - Move existing branch and bound to a new module.
12
+ - Re-implement branch and bound optimizing for waste score and performance.
13
+ - Change the return type of SRD to Iterator.
14
+ - Use Criterion instead of Cargo Bench for benchmarking.
15
+ - Bump MSRV to 1.56.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
8
8
license = " CC0-1.0"
9
9
name = " rust-bitcoin-coin-selection"
10
10
repository = " https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
11
- version = " 0.2 .0"
11
+ version = " 0.3 .0"
12
12
# documentation = "https://docs.rs/bitcoin-coin-selection/"
13
13
description = " Libary providing utility functions to efficiently select a set of UTXOs."
14
14
keywords = [" crypto" , " bitcoin" ]
You can’t perform that action at this time.
0 commit comments