Skip to content

Commit

Permalink
Set version to beta
Browse files Browse the repository at this point in the history
In preparation for release add a CHANGELOG file and set the version to
`0.1.0-beta.0` - BOOM!
  • Loading branch information
tcharding committed Feb 2, 2024
1 parent ef68fdc commit 18dbf7b
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
@@ -0,0 +1,6 @@
# 0.1.0-beta.0 - 2024-02-02

The initial beta release. The aim of this release is to make the new PSBT v2 API available for beta
testing. Currently we expose the v0 API pretty much as it is in `rust-bitcoin` and `rust-miniscript`.

Enjoy!
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.0"
version = "0.1.0-beta.0"
authors = ["Tobin C. Harding <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/tcharding/rust-psbt/"
Expand Down

0 comments on commit 18dbf7b

Please sign in to comment.