Release postgres-protocol v0.5.0

This commit is contained in:
Steven Fackler
2019-12-23 15:21:52 -08:00
parent 9e10d782b5
commit 1c5ceebe8a
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## v0.5.0 - 2019-12-23
### Changed
* `frontend::Message` is now a true non-exhaustive enum.
## v0.5.0-alpha.2 - 2019-11-27
### Changed

View File

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