Skip to content

Commit b485f43

Browse files
committed
Merge #70: Use released simplicity and release
dfdc17e bump version 0.2.0 -> 0.3.0 and update CHANGELOG (Riccardo Casatta) 1cf86d3 use released simplicity 0.2.0 (Riccardo Casatta) Pull request description: ACKs for top commit: apoelstra: ACK dfdc17e Tree-SHA512: e8546ebbf09ee74fef8e085354f1c56c5d66fe4407cec9e7fb88cbf130126c6ff84107bfd6e2ab2156dd7fb2970402ca0ff736fe97d0ea0a172424c3908f180c
2 parents 31fbf27 + dfdc17e commit b485f43

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.3.0 - Jan 30, 2024
2+
3+
- Add simplicity
4+
- Use rust-bitcoin 0.31.0
5+
- [elip150](https://github.com/ElementsProject/ELIPs/blob/main/elip-0150.mediawiki)
6+
- [elip151](https://github.com/ElementsProject/ELIPs/blob/main/elip-0151.mediawiki)
7+
18
# 0.2.0 - June 15, 2023
29

310
- Still rapid iteration, very unstable.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elements-miniscript"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
55
repository = "https://github.com/ElementsProject/elements-miniscript"
66
description = "Elements Miniscript: Miniscript, but for elements"
@@ -22,7 +22,7 @@ base64 = ["bitcoin/base64"]
2222
bitcoin = "0.31.0"
2323
elements = "0.24.0"
2424
bitcoin-miniscript = { package = "miniscript", version = "11.0" }
25-
simplicity = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "39fe6d7533b06001e9954fa08df34a1052702caf", optional = true }
25+
simplicity = { package = "simplicity-lang", version = "0.2.0", optional = true }
2626

2727
# Do NOT use this as a feature! Use the `serde` feature instead.
2828
actual-serde = { package = "serde", version = "1.0", optional = true }

0 commit comments

Comments
 (0)