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

Commit 939b6a5

Browse files
authored
Merge pull request #10 from tcharding/06-21-release
Bump version numbers
2 parents 70f360e + 45f042b commit 939b6a5

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-7
lines changed

Cargo-minimal.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies = [
8686

8787
[[package]]
8888
name = "bitcoind-json-rpc-client"
89-
version = "0.2.1"
89+
version = "0.2.2"
9090
dependencies = [
9191
"bitcoin",
9292
"bitcoind-json-rpc-types",
@@ -98,7 +98,7 @@ dependencies = [
9898

9999
[[package]]
100100
name = "bitcoind-json-rpc-types"
101-
version = "0.2.0"
101+
version = "0.2.1"
102102
dependencies = [
103103
"bitcoin",
104104
"bitcoin-internals",

Cargo-recent.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies = [
8686

8787
[[package]]
8888
name = "bitcoind-json-rpc-client"
89-
version = "0.2.1"
89+
version = "0.2.2"
9090
dependencies = [
9191
"bitcoin",
9292
"bitcoind-json-rpc-types",
@@ -98,7 +98,7 @@ dependencies = [
9898

9999
[[package]]
100100
name = "bitcoind-json-rpc-types"
101-
version = "0.2.0"
101+
version = "0.2.1"
102102
dependencies = [
103103
"bitcoin",
104104
"bitcoin-internals",

client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.2 - 2024-06-21
2+
3+
- Fix bugs in `AddressType`
4+
15
# 0.2.1 - 2024-06-17
26

37
- Enable all features in docs build.

client/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-client"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

json/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.1 - 2024-06-21
2+
3+
- Implement `into_model` on all types.
4+
15
# 0.2.0 - 2024-06-13
26

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

json/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-types"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",

regtest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.2 - 2024-06-21
2+
3+
- Call `into_model` when creating/loading wallet.
4+
15
# 0.2.1 - 2024-06-17
26

37
Do various little fixes to try and make the docs on `Client` more legible, specifically to alleviate

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.1"
3+
version = "0.2.2"
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)