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 7bc025d commit e259876Copy full SHA for e259876
postgres-protocol/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.5.1 - 2020-03-17
4
+
5
+### Changed
6
7
+* Upgraded `base64` to 0.12.
8
9
## v0.5.0 - 2019-12-23
10
11
### Changed
postgres-protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-protocol"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
0 commit comments