Skip to content

Commit e564901

Browse files
authored
Merge pull request #107 from sanket1729/release-1.0.0
Release 1.0.0
2 parents 8d80b1c + 8d4e77a commit e564901

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 - July 6, 2020
2+
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+
- Miscellenous 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`

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "miniscript"
3-
version = "0.12.0"
4-
authors = ["Andrew Poelstra <[email protected]>"]
3+
version = "1.0.0"
4+
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"
77
license = "CC0-1.0"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ active development and is not held to the same standards as `rust-bitcoin` or
5252
For this reason, it is not recommended to use it in production.
5353

5454

55+
# Release Notes
56+
57+
See [CHANGELOG.md](CHANGELOG.md).

0 commit comments

Comments
 (0)