Release postgres v0.17.0-alpha.2
This commit is contained in:
parent
223514fcd5
commit
fa3b068da7
@ -25,4 +25,4 @@ tokio-postgres = { version = "=0.5.0-alpha.2", path = "../tokio-postgres", defau
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
postgres = { version = "=0.17.0-alpha.1", path = "../postgres" }
|
postgres = { version = "=0.17.0-alpha.2", path = "../postgres" }
|
||||||
|
@ -25,4 +25,4 @@ tokio-postgres = { version = "=0.5.0-alpha.2", path = "../tokio-postgres", defau
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
postgres = { version = "=0.17.0-alpha.1", path = "../postgres" }
|
postgres = { version = "=0.17.0-alpha.2", path = "../postgres" }
|
||||||
|
@ -1,9 +1,15 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## Unreleased
|
## v0.17.0-alpha.2 - 2019-11-27
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Changed `Config::executor` to `Config::spawner`.
|
||||||
|
|
||||||
### Added
|
### 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
|
## v0.17.0-alpha.1 - 2019-10-14
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "postgres"
|
name = "postgres"
|
||||||
version = "0.17.0-alpha.1"
|
version = "0.17.0-alpha.2"
|
||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user