Skip to content

Commit 2093f3e

Browse files
committed
Release tokio-postgres v0.5.1
1 parent 1c843c8 commit 2093f3e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tokio-postgres/CHANGELOG.md

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

3+
## v0.5.1 - 2019-12-25
4+
5+
### Fixed
6+
7+
* Removed some stray `println!`s from `copy_out` internals.
8+
39
## v0.5.0 - 2019-12-23
410

511
### Changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)