File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.19.2 - 2021-09-29
4
+
5
+ ### Added
6
+
7
+ * Added ` SimpleQueryRow::columns ` .
8
+ * Added support for ` eui48 ` 1.0 via the ` with-eui48-1 ` feature.
9
+ * Added ` FromSql ` and ` ToSql ` implementations for arrays via the ` array-impls ` feature.
10
+ * Added support for ` time ` 0.3 via the ` with-time-0_3 ` feature.
11
+
3
12
## v0.19.1 - 2021-04-03
4
13
5
14
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.19.1 "
3
+ version = " 0.19.2 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -37,7 +37,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
37
37
bytes = " 1.0"
38
38
fallible-iterator = " 0.2"
39
39
futures = " 0.3"
40
- tokio-postgres = { version = " 0.7.1 " , path = " ../tokio-postgres" }
40
+ tokio-postgres = { version = " 0.7.2 " , path = " ../tokio-postgres" }
41
41
42
42
tokio = { version = " 1.0" , features = [" rt" , " time" ] }
43
43
log = " 0.4"
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## v0.7.2 - 2021-09-29
3
+ ## v0.7.3 - 2021-09-29
4
4
5
5
### Fixed
6
6
You can’t perform that action at this time.
0 commit comments