-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In preparation for release add a CHANGELOG file and set the version to `0.1.0-beta.0` - BOOM!
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|