Skip to content

Commit de2b78d

Browse files
committed
Release postgres-types v0.1.0-alpha.2
1 parent 2d083ec commit de2b78d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

postgres-types/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
## v0.1.0-alpha.2 - 2019-11-27
4+
5+
### Changed
6+
7+
* Upgraded `bytes` to 0.5.
8+
* Upgraded `uuid` to 0.8.
9+
10+
## v0.1.0-alpha.1 - 2019-10-14
11+
12+
Initial release

postgres-types/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-types"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0-alpha.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ percent-encoding = "2.0"
4545
pin-project-lite = "0.1"
4646
phf = "0.8"
4747
postgres-protocol = { version = "=0.5.0-alpha.2", path = "../postgres-protocol" }
48-
postgres-types = { version = "=0.1.0-alpha.1", path = "../postgres-types" }
48+
postgres-types = { version = "=0.1.0-alpha.2", path = "../postgres-types" }
4949
tokio = { version = "0.2", features = ["io-util"] }
5050
tokio-util = { version = "0.2", features = ["codec"] }
5151

0 commit comments

Comments
 (0)