From b85d48a904eb32e370e6361332693b4f82c2c3f7 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 18 Oct 2024 09:41:02 -0700 Subject: [PATCH 1/4] Release 0.0.8 --- CHANGELOG.md | 10 ++++++++-- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076ca75..c90cd86 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/raphjaph/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.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] From 7b3cfbedae448b8ed5a42274f1a672d6209283dd Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 18 Oct 2024 09:42:17 -0700 Subject: [PATCH 2/4] Amend --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06c6359..a96ed03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.18" +version = "1.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" +checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" dependencies = [ "shlex", ] @@ -156,9 +156,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" dependencies = [ "unicode-ident", ] @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.77" +version = "2.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" +checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" dependencies = [ "proc-macro2", "quote", From 21e9b8d969bf078cc92fbaa226663b5192c96b98 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 18 Oct 2024 09:42:29 -0700 Subject: [PATCH 3/4] Amend --- Cargo-minimal.lock | 2 +- Cargo-recent.lock | 2 +- Cargo.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) 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 a96ed03..06c6359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.30" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ "shlex", ] @@ -156,9 +156,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.88" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.79" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", From 9cbabe745e6103761831b3764fad05e7c4499bf8 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Fri, 18 Oct 2024 09:43:00 -0700 Subject: [PATCH 4/4] Amend --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90cd86..fa19579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -[0.0.8](https://github.com/raphjaph/bip322/releases/tag/0.0.8) - 2024-10-18 +[0.0.8](https://github.com/rust-bitcoin/bip322/releases/tag/0.0.8) - 2024-10-18 --------------------------------------------------------------------------- ### Added