Skip to content

Commit 630f179

Browse files
committed
Release postgres-protocol v0.6.3
1 parent c3a029e commit 630f179

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

postgres-protocol/CHANGELOG.md

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

3+
## v0.6.3 - 2021-12-10
4+
5+
### Changed
6+
7+
* Upgraded `hmac`, `md-5` and `sha`.
8+
39
## v0.6.2 - 2021-09-29
410

511
### Changed

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.2"
3+
version = "0.6.3"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
description = "Low level Postgres protocol APIs"

0 commit comments

Comments
 (0)