Skip to content

Commit

Permalink
Merge #93: Bump version to 0.4.0 and upgrade CHANGELOG
Browse files Browse the repository at this point in the history
c5257e2 bump version to 0.4.0 and upgrade changelog (Riccardo Casatta)

Pull request description:

  on top of #90

ACKs for top commit:
  apoelstra:
    ACK c5257e2 successfully ran local tests

Tree-SHA512: 4d3db3c80232acad1505269ba8272449dcf9b00c6781f62d3bc52ff4c5c2cd23cc1f3b68442b784008f04e846a76f4098b1abc4413088c18b81c7766f4ef4401
  • Loading branch information
RCasatta committed Oct 8, 2024
2 parents 6a045b5 + c5257e2 commit 37ad9e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Unreleased
# 0.4.0 - Oct 8, 2024

- Use rust-bitcoin 0.32.0 and rust-elements 0.25.0 [#90](https://github.com/ElementsProject/elements-miniscript/pull/90)
- Check input charset [#92](https://github.com/ElementsProject/elements-miniscript/pull/92)
- Fix a bunch of clippy lints and get CI working again [#89](https://github.com/ElementsProject/elements-miniscript/pull/89)
- avoid setting {BITCOIND,ELEMENTSD}\_EXE in setup [#88](https://github.com/ElementsProject/elements-miniscript/pull/88)
- [Removed `to_string_no_chksum`](https://github.com/ElementsProject/elements-miniscript/pull/86). This method was poorly-named and broken. Use the alternate display `{:#}` formatter instead to format descriptors without a checksum.
- Implement federation descriptor tweak with claiming script to match elements core getpeginaddress [#87](https://github.com/ElementsProject/elements-miniscript/pull/87)
- elip151: multisig test vectors [#84](https://github.com/ElementsProject/elements-miniscript/pull/84)

# 0.3.1 - May 10, 2024

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 = "elements-miniscript"
version = "0.3.1"
version = "0.4.0"
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
repository = "https://github.com/ElementsProject/elements-miniscript"
description = "Elements Miniscript: Miniscript, but for elements"
Expand Down

0 comments on commit 37ad9e7

Please sign in to comment.