We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc0acb commit 5e065c3Copy full SHA for 5e065c3
postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.18.1 - 20201-10-19
4
+
5
+### Fixed
6
7
+* Restored the `Send` implementation for `Client`.
8
9
## v0.18.0 - 2020-10-17
10
11
### Changed
postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres"
-version = "0.18.0"
+version = "0.18.1"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments