File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
6
12
7
13
### Added
8
14
17
23
18
24
Look at the [ release tags] for information about older releases.
19
25
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
21
28
[ v0.4.0 ] : https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.3.2...postgres-protocol-v0.4.0
22
29
[ release tags ] : https://github.com/sfackler/rust-postgres/releases
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ futures = "0.1.7"
38
38
log = " 0.4"
39
39
percent-encoding = " 1.0"
40
40
phf = " 0.7.23"
41
- postgres-protocol = { version = " 0.4.0 " , path = " ../postgres-protocol" }
41
+ postgres-protocol = { version = " 0.4.1 " , path = " ../postgres-protocol" }
42
42
state_machine_future = " 0.2"
43
43
tokio-codec = " 0.1"
44
44
tokio-io = " 0.1"
You can’t perform that action at this time.
0 commit comments