Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 8.0.0 - Sept X, 2022

- bump `rust-bitcoin` to 0.29.1
- Update the MSRV to Rust 1.41.1 and enable edition 2018.
- Add `Hash256` associated type
- Re-name `as_public` <-> to_public
- Implement `hash::Hash`
- Rename `stackelem` to `stack_elem`
- Implement `source` for error types
- Implement `is_empty` on `TokenIter`
- Add feature "serde"
- Clean up the examples
- several bugfixes
- several refactorings
- rustfmt configuration by crate
- Clear some compiler and clippy warnings

# 7.0.0 - April 20, 2022

- Fixed miniscript type system bug. This is a security vulnerability and users are strongly encouraged to upgrade.
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 = "miniscript"
version = "7.0.0"
version = "8.0.0"
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"
Expand Down