Skip to content

Commit

Permalink
Release tokio-postgres-openssl v0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 7, 2019
1 parent db6dde8 commit 374fadb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions tokio-postgres-openssl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## [Unreleased]

## 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
9 changes: 8 additions & 1 deletion tokio-postgres-openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "tokio-postgres-openssl"
version = "0.1.0"
version = "0.1.0-rc.1"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "TLS support for tokio-postgres via openssl"
repository = "https://github.com/sfackler/rust-postgres"
readme = "../README.md"

[badges]
circle-ci = { repository = "sfackler/rust-postgres" }

[features]
default = ["runtime"]
Expand Down
1 change: 1 addition & 0 deletions tokio-postgres-openssl/LICENSE-APACHE
1 change: 1 addition & 0 deletions tokio-postgres-openssl/LICENSE-MIT
2 changes: 1 addition & 1 deletion tokio-postgres-openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//!
//! // ...
//! ```

#![doc(html_root_url = "https://docs.rs/tokio-postgres-openssl/0.1.0-rc.1")]
#![warn(rust_2018_idioms, clippy::all, missing_docs)]

use futures::{try_ready, Async, Future, Poll};
Expand Down
4 changes: 2 additions & 2 deletions tokio-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## [Unreleased]

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

### Fixed

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

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

### Changed

Expand Down

0 comments on commit 374fadb

Please sign in to comment.