Skip to content

Commit 0e94709

Browse files
committed
Merge #382: Release tracking PR: corepc-types v0.10.1
572f933 types: Bump version to 0.10.1 (Tobin C. Harding) Pull request description: We just merged a wee bug fix. In preparation for a point release, bump the version, add a changelog entry, and update the lock files. Point release so we don't need to do `node`, and `client`. ACKs for top commit: storopoli: ACK 572f933 jamillambert: ACK 572f933 Tree-SHA512: 1dfb123ccbdededf47839d413d08d922f6d3b7c7ff9f3d1e439eb0f13b5fa4de84622b0754eafc8eaaa7bc5a2078c093d515a3d558cad3407fc68f473b4760bb
2 parents fa7ef1f + 572f933 commit 0e94709

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ dependencies = [
183183

184184
[[package]]
185185
name = "corepc-types"
186-
version = "0.10.0"
186+
version = "0.10.1"
187187
dependencies = [
188188
"bitcoin",
189189
"serde",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ dependencies = [
183183

184184
[[package]]
185185
name = "corepc-types"
186-
version = "0.10.0"
186+
version = "0.10.1"
187187
dependencies = [
188188
"bitcoin",
189189
"serde",

types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.10.1 2025-10-10
2+
3+
- v24+ should use the correct `GetRawMempoolVerbose` [#381](https://github.com/rust-bitcoin/corepc/pull/381)
4+
15
# 0.10.0 2025-10-07
26

37
- Add `ScriptPubKey` model [#370](https://github.com/rust-bitcoin/corepc/pull/370)

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "corepc-types"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Tobin C. Harding <me@tobin.cc>", "Jamil Lambert <Jamil.Lambert@proton.me>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/corepc"

0 commit comments

Comments
 (0)