diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 249e6863..a09c0c57 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "corepc-types" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bitcoin", "serde", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index 05d193a9..e616ff1f 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "corepc-types" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bitcoin", "serde", diff --git a/types/CHANGELOG.md b/types/CHANGELOG.md index 239e5982..a2df5745 100644 --- a/types/CHANGELOG.md +++ b/types/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.10.1 2025-10-10 + +- v24+ should use the correct `GetRawMempoolVerbose` [#381](https://github.com/rust-bitcoin/corepc/pull/381) + # 0.10.0 2025-10-07 - Add `ScriptPubKey` model [#370](https://github.com/rust-bitcoin/corepc/pull/370) diff --git a/types/Cargo.toml b/types/Cargo.toml index 70b02105..d3d4e28d 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corepc-types" -version = "0.10.0" +version = "0.10.1" authors = ["Tobin C. Harding ", "Jamil Lambert "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/corepc"