Skip to content

Commit 7f7ef75

Browse files
committed
Release postgres-openssl v0.3.0-alpha.1
1 parent ae230fb commit 7f7ef75

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

postgres-openssl/CHANGELOG.md

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

3+
## v0.3.0-alpha.1 - 2019-10-14
4+
5+
### Changed
6+
7+
* Updated to `tokio-postgres` v0.5.0-alpha.1
8+
39
## v0.2.0-rc.1 - 2019-03-06
410

11+
### Changed
12+
513
* Updated to `tokio-postgres` v0.4.0-rc.

postgres-openssl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-openssl"
3-
version = "0.2.0-rc.1"
3+
version = "0.3.0-alpha.1"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -20,7 +20,7 @@ futures-preview = "=0.3.0-alpha.19"
2020
openssl = "0.10"
2121
tokio-io = "=0.2.0-alpha.6"
2222
tokio-openssl = "=0.4.0-alpha.6"
23-
tokio-postgres = { version = "0.5.0-alpha.1", path = "../tokio-postgres", default-features = false }
23+
tokio-postgres = { version = "=0.5.0-alpha.1", path = "../tokio-postgres", default-features = false }
2424

2525
[dev-dependencies]
2626
tokio = "=0.2.0-alpha.6"

postgres-openssl/src/lib.rs

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

4545
#[cfg(feature = "runtime")]

0 commit comments

Comments
 (0)