Release postgres-types v0.1.0-alpha.2
This commit is contained in:
parent
2d083ec1c8
commit
de2b78dcef
12
postgres-types/CHANGELOG.md
Normal file
12
postgres-types/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## v0.1.0-alpha.2 - 2019-11-27
|
||||
|
||||
### Changed
|
||||
|
||||
* Upgraded `bytes` to 0.5.
|
||||
* Upgraded `uuid` to 0.8.
|
||||
|
||||
## v0.1.0-alpha.1 - 2019-10-14
|
||||
|
||||
Initial release
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres-types"
|
||||
version = "0.1.0-alpha.1"
|
||||
version = "0.1.0-alpha.2"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
@ -45,7 +45,7 @@ percent-encoding = "2.0"
|
||||
pin-project-lite = "0.1"
|
||||
phf = "0.8"
|
||||
postgres-protocol = { version = "=0.5.0-alpha.2", path = "../postgres-protocol" }
|
||||
postgres-types = { version = "=0.1.0-alpha.1", path = "../postgres-types" }
|
||||
postgres-types = { version = "=0.1.0-alpha.2", path = "../postgres-types" }
|
||||
tokio = { version = "0.2", features = ["io-util"] }
|
||||
tokio-util = { version = "0.2", features = ["codec"] }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user