File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
1723
1824Look 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
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-protocol"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [
" Steven Fackler <[email protected] >" ]
55edition = " 2018"
66description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ futures = "0.1.7"
3838log = " 0.4"
3939percent-encoding = " 1.0"
4040phf = " 0.7.23"
41- postgres-protocol = { version = " 0.4.0 " , path = " ../postgres-protocol" }
41+ postgres-protocol = { version = " 0.4.1 " , path = " ../postgres-protocol" }
4242state_machine_future = " 0.2"
4343tokio-codec = " 0.1"
4444tokio-io = " 0.1"
You can’t perform that action at this time.
0 commit comments