Skip to content

Commit

Permalink
Release postgres v0.17.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 28, 2019
1 parent 223514f commit fa3b068
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion postgres-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ tokio-postgres = { version = "=0.5.0-alpha.2", path = "../tokio-postgres", defau

[dev-dependencies]
tokio = { version = "0.2", features = ["full"] }
postgres = { version = "=0.17.0-alpha.1", path = "../postgres" }
postgres = { version = "=0.17.0-alpha.2", path = "../postgres" }
2 changes: 1 addition & 1 deletion postgres-openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ tokio-postgres = { version = "=0.5.0-alpha.2", path = "../tokio-postgres", defau

[dev-dependencies]
tokio = { version = "0.2", features = ["full"] }
postgres = { version = "=0.17.0-alpha.1", path = "../postgres" }
postgres = { version = "=0.17.0-alpha.2", path = "../postgres" }
10 changes: 8 additions & 2 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

## Unreleased
## v0.17.0-alpha.2 - 2019-11-27

### Changed

* Changed `Config::executor` to `Config::spawner`.

### Added
* Added support for converting to and from `uuid` crate v0.8

* Added support for `uuid` 0.8.
* Added `Transaction::query_one`.

## v0.17.0-alpha.1 - 2019-10-14

Expand Down
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.17.0-alpha.1"
version = "0.17.0-alpha.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit fa3b068

Please sign in to comment.