We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc77ad1 commit 4735621Copy full SHA for 4735621
postgres-native-tls/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.4.0 - 2020-10-17
4
+
5
+### Changed
6
7
+* Upgraded to `tokio-postgres` 0.6.
8
9
## v0.3.0 - 2019-12-23
10
11
### Changed
postgres-native-tls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-native-tls"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments