Skip to content

Commit f35636f

Browse files
committed
Bump version
1 parent b3a651d commit f35636f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@
55
# 0.2.0 - 2023-06-03
66

77
- 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
88
license = "CC0-1.0"
99
name = "rust-bitcoin-coin-selection"
1010
repository = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
11-
version = "0.2.0"
11+
version = "0.3.0"
1212
# documentation = "https://docs.rs/bitcoin-coin-selection/"
1313
description = "Libary providing utility functions to efficiently select a set of UTXOs."
1414
keywords = ["crypto", "bitcoin"]

0 commit comments

Comments
 (0)