Release postgres v0.17.0-alpha.2

This commit is contained in:
Steven Fackler 2019-11-27 21:01:24 -05:00
parent 223514fcd5
commit fa3b068da7
4 changed files with 11 additions and 5 deletions

View File

@ -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" }

View File

@ -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" }

View File

@ -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

View File

@ -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"