Release postgres-protocol v0.6.2
This commit is contained in:
parent
c7785d0b10
commit
349c38b1fe
@ -1,5 +1,11 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## v0.6.2 - 2021-09-29
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Upgraded `hmac`.
|
||||||
|
|
||||||
## v0.6.1 - 2021-04-03
|
## v0.6.1 - 2021-04-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "postgres-protocol"
|
name = "postgres-protocol"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Low level Postgres protocol APIs"
|
description = "Low level Postgres protocol APIs"
|
||||||
|
Loading…
Reference in New Issue
Block a user