Release postgres-protocol v0.6.5
This commit is contained in:
parent
5be97d9559
commit
a46796798a
@ -1,5 +1,16 @@
|
||||
# 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
|
||||
|
||||
### Added
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres-protocol"
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Low level Postgres protocol APIs"
|
||||
|
Loading…
Reference in New Issue
Block a user