Release postgres-derive v0.4.0

This commit is contained in:
Steven Fackler 2019-12-23 15:27:41 -08:00
parent 1c5ceebe8a
commit ca80f647e8
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Change Log # Change Log
## v0.1.0-alpha.1 - 2019-10-14 ## v0.4.0 - 2019-12-23
No changes
## v0.4.0-alpha.1 - 2019-10-14
* Initial release * Initial release

View File

@ -1,6 +1,6 @@
[package] [package]
name = "postgres-derive" name = "postgres-derive"
version = "0.4.0-alpha.1" version = "0.4.0"
authors = ["Steven Fackler <sfackler@palantir.com>"] authors = ["Steven Fackler <sfackler@palantir.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
edition = "2018" edition = "2018"

View File

@ -23,7 +23,7 @@ with-uuid-0_8 = ["uuid-08"]
bytes = "0.5" bytes = "0.5"
fallible-iterator = "0.2" fallible-iterator = "0.2"
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" } postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
postgres-derive = { version = "=0.4.0-alpha.1", optional = true, path = "../postgres-derive" } postgres-derive = { version = "0.4.0", optional = true, path = "../postgres-derive" }
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true } bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }
chrono-04 = { version = "0.4", package = "chrono", optional = true } chrono-04 = { version = "0.4", package = "chrono", optional = true }