Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit ef2a501

Browse files
committed
regtest: Bump version to 0.2.1
In preparation for doing a point release bump the version and add a changelog.
1 parent 21acb0e commit ef2a501

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

regtest/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.1 - 2024-06-17
2+
3+
Do various little fixes to try and make the docs on `Client` more legible, specifically to alleviate
4+
confusion around the flag on `docs.rs` that says "Available on crate feature 26_0 only."
5+
16
# 0.2.0 - 2024-06-13
27

38
- Use Bitcoin Core 0.17.1 (0.17.2 seems to not exist and have been a mistake).

regtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoind-json-rpc-regtest"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Riccardo Casatta <[email protected]>", "Tobin C. Harding <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"

0 commit comments

Comments
 (0)