Skip to content

Commit 6464954

Browse files
committedJun 30, 2019
Release postgres-openssl v0.2.0-rc.1
1 parent 4cc18be commit 6464954

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed
 

‎postgres-native-tls/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Change Log
22

3-
## [Unreleased]
4-
53
## v0.2.0-rc.1 - 2019-06-29
64

75
* Updated to tokio-postgres v0.4.0-rc.

‎postgres-openssl/CHANGELOG.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Change Log
22

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

5-
## v0.1.0-rc.1 - 2019-03-06
6-
7-
* Initial release.
8-
9-
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-openssl-v0.1.0-rc.1...master
5+
* Updated to `tokio-postgres` v0.4.0-rc.

‎postgres-openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-openssl"
3-
version = "0.1.0-rc.1"
3+
version = "0.2.0-rc.1"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

‎postgres-openssl/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//! # Ok(())
4040
//! # }
4141
//! ```
42-
#![doc(html_root_url = "https://docs.rs/tokio-postgres-openssl/0.1.0-rc.1")]
42+
#![doc(html_root_url = "https://docs.rs/postgres-openssl/0.2.0-rc.1")]
4343
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
4444

4545
use futures::{try_ready, Async, Future, Poll};

0 commit comments

Comments
 (0)
Please sign in to comment.