Skip to content

Commit ca80f64

Browse files
committed
Release postgres-derive v0.4.0
1 parent 1c5ceeb commit ca80f64

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

postgres-derive/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3-
## v0.1.0-alpha.1 - 2019-10-14
3+
## v0.4.0 - 2019-12-23
4+
5+
No changes
6+
7+
## v0.4.0-alpha.1 - 2019-10-14
48

59
* Initial release

postgres-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive"
3-
version = "0.4.0-alpha.1"
3+
version = "0.4.0"
44
authors = ["Steven Fackler <sfackler@palantir.com>"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"

postgres-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with-uuid-0_8 = ["uuid-08"]
2323
bytes = "0.5"
2424
fallible-iterator = "0.2"
2525
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
26-
postgres-derive = { version = "=0.4.0-alpha.1", optional = true, path = "../postgres-derive" }
26+
postgres-derive = { version = "0.4.0", optional = true, path = "../postgres-derive" }
2727

2828
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }
2929
chrono-04 = { version = "0.4", package = "chrono", optional = true }

0 commit comments

Comments
 (0)