Skip to content

Commit a59bd5e

Browse files
committed
increase version to 5.0
1 parent 2469b63 commit a59bd5e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 5.0.0 - Jan 14, 2021
2+
3+
- Remove `PkCtx` from the API
4+
- Move descriptors into their own types, with an enum containing all of them
5+
- Move descriptor functionality into a trait
6+
- Remove `FromStr` bound from `MiniscriptKey`and `MiniscriptKey::Hash`
7+
- Various `DescriptorPublicKey` improvements
8+
- Allow hardened paths in `DescriptorPublicKey`, remove direct `ToPublicKey` implementation
9+
- Change `Option` to `Result` in all APIs
10+
- bump `rust-bitcoin` to 0.26
11+
112
# 4.0.0 - Nov 23, 2020
213

314
- Add support for parsing secret keys

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 = "4.0.3"
3+
version = "5.0.0"
44
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>"]
55
repository = "https://github.com/apoelstra/miniscript"
66
description = "Miniscript: a subset of Bitcoin Script designed for analysis"

0 commit comments

Comments
 (0)