Skip to content

Commit

Permalink
Release postgres-openssl v0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 30, 2019
1 parent 4cc18be commit 6464954
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions postgres-native-tls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log

## [Unreleased]

## v0.2.0-rc.1 - 2019-06-29

* Updated to tokio-postgres v0.4.0-rc.
8 changes: 2 additions & 6 deletions postgres-openssl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Change Log

## [Unreleased]
## v0.2.0-rc.1 - 2019-03-06

## v0.1.0-rc.1 - 2019-03-06

* Initial release.

[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-openssl-v0.1.0-rc.1...master
* Updated to `tokio-postgres` v0.4.0-rc.
2 changes: 1 addition & 1 deletion postgres-openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-openssl"
version = "0.1.0-rc.1"
version = "0.2.0-rc.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion postgres-openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//! # Ok(())
//! # }
//! ```
#![doc(html_root_url = "https://docs.rs/tokio-postgres-openssl/0.1.0-rc.1")]
#![doc(html_root_url = "https://docs.rs/postgres-openssl/0.2.0-rc.1")]
#![warn(rust_2018_idioms, clippy::all, missing_docs)]

use futures::{try_ready, Async, Future, Poll};
Expand Down

0 comments on commit 6464954

Please sign in to comment.