Skip to content

Commit 90f763b

Browse files
committed
Release postgres-protocol v0.5.2
1 parent 27b36f5 commit 90f763b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

postgres-protocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.5.2 - 2020-07-06
4+
5+
### Changed
6+
7+
* Upgraded `hmac` and `sha2`.
8+
39
## v0.5.1 - 2020-03-17
410

511
### Changed

postgres-protocol/Cargo.toml

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

0 commit comments

Comments
 (0)