Skip to content

Commit cc50cc6

Browse files
committed
io: Bump version to 0.1.4
In preparation for a point release bump the version, add a changelog entry, and update the lock files.
1 parent c81de54 commit cc50cc6

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
@@ -88,7 +88,7 @@ dependencies = [
8888

8989
[[package]]
9090
name = "bitcoin-io"
91-
version = "0.1.3"
91+
version = "0.1.4"
9292

9393
[[package]]
9494
name = "bitcoin-units"

Cargo-recent.lock

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

8888
[[package]]
8989
name = "bitcoin-io"
90-
version = "0.1.3"
90+
version = "0.1.4"
9191

9292
[[package]]
9393
name = "bitcoin-units"

io/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.4 - 2025-10-30
2+
3+
* Remove `doc_auto_cfg`
4+
15
# 0.1.3 - 2024-11-02
26

37
* Backport IO improvements [#3181](https://github.com/rust-bitcoin/rust-bitcoin/pull/3181)

io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoin-io"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Matt Corallo <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-bitcoin"

0 commit comments

Comments
 (0)