We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c843c8 commit 2093f3eCopy full SHA for 2093f3e
tokio-postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.5.1 - 2019-12-25
4
+
5
+### Fixed
6
7
+* Removed some stray `println!`s from `copy_out` internals.
8
9
## v0.5.0 - 2019-12-23
10
11
### Changed
tokio-postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments