Skip to content

Commit 4f084e7

Browse files
committed
Release tokio-postgres v0.4.0-rc.2
1 parent e549f8d commit 4f084e7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
2020
bytes = "0.4"
2121
fallible-iterator = "0.1"
2222
futures = "0.1"
23-
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
23+
tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false }
2424

2525
tokio = { version = "0.1", optional = true }
2626
lazy_static = { version = "1.0", optional = true }

tokio-postgres/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.4.0-rc.2] - 2019-05-03
6+
7+
### Fixed
8+
9+
* Fixed Cargo features to actually enable the functionality they claim to.
10+
511
## [v0.4.0-rc.1] - 2019-05-03
612

713
### Changed
@@ -37,6 +43,7 @@
3743

3844
Look at the [release tags] for information about older releases.
3945

40-
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.1...master
46+
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.2...master
47+
[v0.4.0-rc.2]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.1...tokio-postgres-v0.4.0-rc.2
4148
[v0.4.0-rc.1]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.3.0...tokio-postgres-v0.4.0-rc.1
4249
[release tags]: https://github.com/sfackler/rust-postgres/releases

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.4.0-rc.1"
3+
version = "0.4.0-rc.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)