- Handle multi-byte
keytypes #94.
0.3.0 - 2026-03-24
The 0.3.0 version is the last major release for bitcoin v0.32.x. Only security patches will be added to the v0.3.x branch.
- Bump MSRV to Rust
v1.74.0. - Upgrade dependencies and copied implementations.
bitcoin v0.32.8miniscript v12.3.5
- Simplify feature flags.
- Consolidate miniscript into a single
miniscriptfeature - Rename
rand-stdtorand - Remove the
no-stdfeature (usedefault-features = falseinstead).
- Consolidate miniscript into a single
- Add
silent-paymentsfeature.
0.2.0 - 2024-08-22
0.1.1 - 2024-02-08
Add various combinations of the three bips as keywords.
0.1.0 - 2024-02-08
The initial non-beta release!
Includes some fixes required to enable porting bdk to use the v0 module.
0.1.0-beta.1 - 2024-02-08
- Re-import all the PSBT v0 code from
rust-bitcoinandrust-miniscript#23 - Add initial basic integration testing against Bitcoin Core #21 and #22
0.1.0-beta.0- 2024-02-02
The initial beta release. The aim of this release is to make the new PSBT v2 API available for beta
testing. Currently we expose the v0 API pretty much as it is in rust-bitcoin and rust-miniscript.
Enjoy!