Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
In preparation for release add a changelog entry, update the lock files,
and bump the version number.
  • Loading branch information
tcharding committed Aug 22, 2024
1 parent 6b0c001 commit b5b1c2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.0 - 2024-08-22

- Bump MSRV to Rust `v1.63.0` [#27](https://github.com/tcharding/rust-psbt/pull/27)
- Upgrade dependencies [#26](https://github.com/tcharding/rust-psbt/pull/26)
- `bitcoin v0.32.0`
- `miniscript 12.2.0`

# 0.1.1 - 2024-02-08

Add various combinations of the three bips as keywords.
Expand Down
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ dependencies = [

[[package]]
name = "psbt-v2"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"anyhow",
"bincode",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ dependencies = [

[[package]]
name = "psbt-v2"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"anyhow",
"bincode",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psbt-v2"
version = "0.1.1"
version = "0.2.0"
authors = ["Tobin C. Harding <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/tcharding/rust-psbt/"
Expand Down

0 comments on commit b5b1c2f

Please sign in to comment.