Skip to content

Commit 7694749

Browse files
committed
Bump minor version to 0.35.2
In preparation for release bump the minor version number.
1 parent 9045e5e commit 7694749

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.35.2
4+
5+
- Use range dependencies for `bitcoincore-rpc` and `bitcoin_hashes`
6+
37
## Release 0.35.1
48

59
- Bump MSRV to 1.56.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoind"
3-
version = "0.35.1"
3+
version = "0.35.2"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
66
license = "MIT"

0 commit comments

Comments
 (0)