Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Jul 19, 2024
1 parent 49b6866 commit 4f46170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@
- Update rustfmt version and source code format.
- Mark select_coins_srd as public.
- Minor code refactor and update to documentation.

# 0.5.0 - 2024-07-19

- Add WeightedUtxo trait replacing WeightedUtxo struct.
- Add check for overflow to SRD.
- Correction to README parameter definitions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
license = "CC0-1.0"
name = "bitcoin-coin-selection"
repository = "https://github.com/rust-bitcoin/rust-bitcoin-coin-selection/"
version = "0.4.1"
version = "0.5.0"
# documentation = "https://docs.rs/bitcoin-coin-selection/"
description = "Libary providing utility functions to efficiently select a set of UTXOs."
keywords = ["bitcoin", "coin-selection", "coin", "coinselection", "utxo"]
Expand Down

0 comments on commit 4f46170

Please sign in to comment.