Changelog ========= [0.0.9](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.9) - 2024-10-18 ------------------------------------------------------------------------------- ### Added - Add option for auxillary randomness (#42) [0.0.8](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.8) - 2024-10-18 ------------------------------------------------------------------------------- ### Added - Update rust-bitcoin (#38) - Add rust-bitcoin CI (#37) - Add MSRV for 1.63 (#34) [0.0.7](https://github.com/raphjaph/bip322/releases/tag/0.0.7) - 2024-08-26 --------------------------------------------------------------------------- ### Added - Sign and verify P2SH-P2WPKH (#32) - Add util module (#30) [0.0.6](https://github.com/raphjaph/bip322/releases/tag/0.0.6) - 2024-08-22 --------------------------------------------------------------------------- ### Added - Sign and verify P2WPKH (#26) - Tweak README (#23) [0.0.5](https://github.com/raphjaph/bip322/releases/tag/0.0.5) - 2024-08-10 --------------------------------------------------------------------------- ### Added - Add Snafu error types and proper Rust typed functions (#21) - Add error types (#17) [0.0.4](https://github.com/raphjaph/bip322/releases/tag/0.0.4) - 2024-08-09 --------------------------------------------------------------------------- ### Added - Update README (#18) - Fix version (#16) [0.0.3](https://github.com/raphjaph/bip322/releases/tag/0.0.3) - 2024-08-09 --------------------------------------------------------------------------- ### Added - Once again Github Actions (#14) - Exclude some files from static site (#13) - Fix deployment (#12) - Refine deployment (#11) - Compiling to wasm for website (#9) - Add landing page (#8) [0.0.2](https://github.com/raphjaph/bip322/releases/tag/0.0.2) - 2024-08-02 --------------------------------------------------------------------------- ### Added - Full Bip322 signatures (#5) - Add Rust formatting config and README (#6) - Add justfile (#2) - Add Github Workflows (#1) - Compiles and tests pass - Initial commit