File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## v0.19.1 - 2021-04-03
4
4
5
5
### Added
6
6
7
7
* Added support for ` geo-types ` 0.7 via ` with-geo-types-0_7 ` feature.
8
+ * Added ` Client::clear_type_cache ` .
8
9
9
10
## v0.19.0 - 2020-12-25
10
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.19.0 "
3
+ version = " 0.19.1 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -34,7 +34,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
34
34
bytes = " 1.0"
35
35
fallible-iterator = " 0.2"
36
36
futures = " 0.3"
37
- tokio-postgres = { version = " 0.7.0 " , path = " ../tokio-postgres" }
37
+ tokio-postgres = { version = " 0.7.1 " , path = " ../tokio-postgres" }
38
38
39
39
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
40
40
log = " 0.4"
You can’t perform that action at this time.
0 commit comments