Skip to content

Commit eeee279

Browse files
committed
Relese postgres-native-tls v0.5.0
1 parent de831c3 commit eeee279

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

postgres-native-tls/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.5.0 - 2020-12-25
4+
5+
### Changed
6+
7+
* Upgraded to `tokio-postgres` 0.7.
8+
39
## v0.4.0 - 2020-10-17
410

511
### Changed

postgres-native-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-native-tls"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

postgres-native-tls/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
//! # Ok(())
4646
//! # }
4747
//! ```
48-
#![doc(html_root_url = "https://docs.rs/postgres-native-tls/0.3")]
4948
#![warn(rust_2018_idioms, clippy::all, missing_docs)]
5049

5150
use std::future::Future;

0 commit comments

Comments
 (0)