Skip to content

Commit 2c1758a

Browse files
committed
bump to 0.28.0
1 parent f37091f commit 2c1758a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## Release 0.27.1
412

513
### Changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "bitcoind"
3-
version = "0.27.1"
3+
version = "0.28.0"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
description = "Utility to run a regtest bitcoind process, useful in integration testing environment"
66
license = "MIT"
77
repository = "https://github.com/RCasatta/bitcoind"
88
documentation = "https://docs.rs/bitcoind/"
9+
rust-version = "1.56"
910
edition = "2018"
1011

1112
[dependencies]

0 commit comments

Comments
 (0)