We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37091f commit 2c1758aCopy full SHA for 2c1758a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Release 0.28.0
4
+
5
+### Changed
6
7
+- bump `ureq`'s version to `2.5.0`
8
+- bump `flate2`'s version to `1.0.24`
9
+- bump `filetime`'s version to `0.2.18`
10
11
## Release 0.27.1
12
13
### Changed
Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "bitcoind"
-version = "0.27.1"
+version = "0.28.0"
authors = ["Riccardo Casatta <[email protected]>"]
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
license = "MIT"
repository = "https://github.com/RCasatta/bitcoind"
documentation = "https://docs.rs/bitcoind/"
+rust-version = "1.56"
edition = "2018"
[dependencies]
0 commit comments