We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be97d9 commit a467967Copy full SHA for a467967
postgres-protocol/CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## v0.6.5 - 2023-03-27
4
+
5
+### Added
6
7
+* Added `message::frontend::flush`.
8
+* Added `DataRowBody::buffer_bytes`.
9
10
+### Changed
11
12
+* Upgraded `base64`.
13
14
## v0.6.4 - 2022-04-03
15
16
### Added
postgres-protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-protocol"
-version = "0.6.4"
+version = "0.6.5"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
0 commit comments