diff --git a/CHANGELOG.md b/CHANGELOG.md index 076ca75..fa19579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ Changelog ========= -[0.0.7](https://github.com/raphjaph/bip322/releases/tag/0.0.7) - 2024-08-26 +[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) @@ -13,7 +20,6 @@ Changelog --------------------------------------------------------------------------- ### Added - - Sign and verify P2WPKH (#26) - Tweak README (#23) diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 8ca58f9..06c6359 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" [[package]] name = "bip322" -version = "0.0.7" +version = "0.0.8" dependencies = [ "base64", "bitcoin", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index 8ca58f9..06c6359 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" [[package]] name = "bip322" -version = "0.0.7" +version = "0.0.8" dependencies = [ "base64", "bitcoin", diff --git a/Cargo.lock b/Cargo.lock index 8ca58f9..06c6359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" [[package]] name = "bip322" -version = "0.0.7" +version = "0.0.8" dependencies = [ "base64", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 140e45c..5c676b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "bip322" -version = "0.0.7" +version = "0.0.8" edition = "2021" description = "Implements BIP322 generic message signing and verification" license = "CC0-1.0" homepage = "https://bip322.rs" -repository = "https://github.com/raphjaph/bip322" +repository = "https://github.com/rust-bitcoin/bip322" rust-version = "1.63" [features]