-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #688: Release tracking PR:
v12.0.0
5ea33e3 Bump version to 12.0.0 (Tobin C. Harding) Pull request description: In preparation for release add a changelog entry and bump the version. ACKs for top commit: apoelstra: ACK 5ea33e3 Tree-SHA512: 115a8304a72989bd68a3d0a004f19e62bf64ee537cac1e66a0c8acc54fe717d343e15af5e824ca50fc9b5ff30525c91d9a19ba8d6ca86e64b6bb8b33385651af
- Loading branch information
Showing
2 changed files
with
32 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
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 = "miniscript" | ||
version = "11.0.0" | ||
version = "12.0.0" | ||
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"] | ||
license = "CC0-1.0" | ||
homepage = "https://github.com/rust-bitcoin/rust-miniscript/" | ||
|