We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b36f5 commit 90f763bCopy full SHA for 90f763b
postgres-protocol/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.5.2 - 2020-07-06
4
+
5
+### Changed
6
7
+* Upgraded `hmac` and `sha2`.
8
9
## v0.5.1 - 2020-03-17
10
11
### Changed
postgres-protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-protocol"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
0 commit comments