Skip to content

Commit 8e47d31

Browse files
authored
Merge pull request #158 from rust-bitcoin/2020-10-13
increase version to 3.0.0
2 parents 3f21a40 + a661e70 commit 8e47d31

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
# 1.0.0 - July 6, 2020
1+
# 3.0.0 - Oct 13, 2020
22

3-
- Added the following aliases to miniscript for ease of operations
4-
- Rename `pk` to `pk_k`
5-
- Rename `thresh_m` to `multi`
6-
- Add alias `pk(K)` = `c:pk_k(K)`
7-
- Add alias `pkh(K)` = `c:pk_h(K)`
8-
- Fixed Miniscript parser bugs when decoding Hashlocks
9-
- Added scriptContext(`Legacy` and `Segwitv0`) to Miniscript.
10-
- Miscellaneous fixes against DoS attacks for heavy nesting.
11-
- Fixed Satisfier bug that caused flipping of arguments for `and_v` and `and_n` and `and_or`
3+
- **Bump MSRV to 1.29**
124

135
# 2.0.0 - Oct 1, 2020
146

@@ -22,3 +14,16 @@
2214
- Added a generic psbt finalizer and extractor
2315
- Updated Satisfaction API for checking time/height before setting satisfaction
2416
- Added a policy entailment API for more miniscript semantic analysis
17+
18+
# 1.0.0 - July 6, 2020
19+
20+
- Added the following aliases to miniscript for ease of operations
21+
- Rename `pk` to `pk_k`
22+
- Rename `thresh_m` to `multi`
23+
- Add alias `pk(K)` = `c:pk_k(K)`
24+
- Add alias `pkh(K)` = `c:pk_h(K)`
25+
- Fixed Miniscript parser bugs when decoding Hashlocks
26+
- Added scriptContext(`Legacy` and `Segwitv0`) to Miniscript.
27+
- Miscellaneous fixes against DoS attacks for heavy nesting.
28+
- Fixed Satisfier bug that caused flipping of arguments for `and_v` and `and_n` and `and_or`
29+

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniscript"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
55
repository = "https://github.com/apoelstra/miniscript"
66
description = "Miniscript: a subset of Bitcoin Script designed for analysis"

0 commit comments

Comments
 (0)