Skip to content

Commit

Permalink
Release postgres-protocol v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 27, 2023
1 parent 5be97d9 commit a467967
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions postgres-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a467967

Please sign in to comment.