Release postgres-protocol v0.6.5

This commit is contained in:
Steven Fackler 2023-03-27 19:02:39 -04:00
parent 5be97d9559
commit a46796798a
No known key found for this signature in database
GPG Key ID: 408917B7276A5226
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Change Log # Change Log
## v0.6.5 - 2023-03-27
### Added
* Added `message::frontend::flush`.
* Added `DataRowBody::buffer_bytes`.
### Changed
* Upgraded `base64`.
## v0.6.4 - 2022-04-03 ## v0.6.4 - 2022-04-03
### Added ### Added

View File

@ -1,6 +1,6 @@
[package] [package]
name = "postgres-protocol" name = "postgres-protocol"
version = "0.6.4" version = "0.6.5"
authors = ["Steven Fackler <sfackler@gmail.com>"] authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018" edition = "2018"
description = "Low level Postgres protocol APIs" description = "Low level Postgres protocol APIs"