Skip to content

Commit 2d083ec

Browse files
committed
Release postgres-protocol v0.5.0-alpha.2
1 parent 4a51a7e commit 2d083ec

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

postgres-protocol/CHANGELOG.md

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

3+
## v0.5.0-alpha.2 - 2019-11-27
4+
5+
### Changed
6+
7+
* Upgraded `bytes` to 0.5.
8+
39
## v0.5.0-alpha.1 - 2019-10-14
410

511
### Changed

postgres-protocol/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-protocol"
3-
version = "0.5.0-alpha.1"
3+
version = "0.5.0-alpha.2"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2018"
66
description = "Low level Postgres protocol APIs"

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
[dependencies]
2424
bytes = "0.5"
2525
fallible-iterator = "0.2"
26-
postgres-protocol = { version = "=0.5.0-alpha.1", path = "../postgres-protocol" }
26+
postgres-protocol = { version = "=0.5.0-alpha.2", path = "../postgres-protocol" }
2727
postgres-derive = { version = "=0.4.0-alpha.1", optional = true, path = "../postgres-derive" }
2828

2929
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }

tokio-postgres/Cargo.toml

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

0 commit comments

Comments
 (0)