Skip to content

Commit 47d83d5

Browse files
committed
Release postgres-protocol v0.4.1
1 parent e760d82 commit 47d83d5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

postgres-protocol/CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased]
44

5-
## [v0.4.0] - 2019-05-03
5+
## [v0.4.1] - 2019-06-29
6+
7+
### Added
8+
9+
* Added `backend::Framed` to minimally parse the structure of backend messages.
10+
11+
## [v0.4.0] - 2019-03-05
612

713
### Added
814

@@ -17,6 +23,7 @@
1723

1824
Look at the [release tags] for information about older releases.
1925

20-
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.4.0...master
26+
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.4.1...master
27+
[v0.4.1]: https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.4.0...postgres-protocol-v0.4.1
2128
[v0.4.0]: https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.3.2...postgres-protocol-v0.4.0
2229
[release tags]: https://github.com/sfackler/rust-postgres/releases

postgres-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-protocol"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
description = "Low level Postgres protocol APIs"

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ futures = "0.1.7"
3838
log = "0.4"
3939
percent-encoding = "1.0"
4040
phf = "0.7.23"
41-
postgres-protocol = { version = "0.4.0", path = "../postgres-protocol" }
41+
postgres-protocol = { version = "0.4.1", path = "../postgres-protocol" }
4242
state_machine_future = "0.2"
4343
tokio-codec = "0.1"
4444
tokio-io = "0.1"

0 commit comments

Comments
 (0)