Skip to content

Commit a467967

Browse files
committed
Release postgres-protocol v0.6.5
1 parent 5be97d9 commit a467967

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

postgres-protocol/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

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+
314
## v0.6.4 - 2022-04-03
415

516
### Added

postgres-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-protocol"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
description = "Low level Postgres protocol APIs"

0 commit comments

Comments
 (0)