Skip to content

Commit

Permalink
Release tokio-postgres v0.4.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 6, 2019
1 parent e549f8d commit 4f084e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
bytes = "0.4"
fallible-iterator = "0.1"
futures = "0.1"
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false }

tokio = { version = "0.1", optional = true }
lazy_static = { version = "1.0", optional = true }
Expand Down
9 changes: 8 additions & 1 deletion tokio-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v0.4.0-rc.2] - 2019-05-03

### Fixed

* Fixed Cargo features to actually enable the functionality they claim to.

## [v0.4.0-rc.1] - 2019-05-03

### Changed
Expand Down Expand Up @@ -37,6 +43,7 @@

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

[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.1...master
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.2...master
[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
[v0.4.0-rc.1]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.3.0...tokio-postgres-v0.4.0-rc.1
[release tags]: https://github.com/sfackler/rust-postgres/releases
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 4f084e7

Please sign in to comment.