File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.7.7 - 2022-08-21
4
+
5
+ ## Added
6
+
7
+ * Added ` ToSql ` and ` FromSql ` implementations for ` [u8; N] ` via the ` array-impls ` feature.
8
+ * Added support for ` smol_str ` 0.1 via the ` with-smol_str-01 ` feature.
9
+ * Added ` ToSql::encode_format ` to support text encodings of parameters.
10
+
3
11
## v0.7.6 - 2022-04-30
4
12
5
13
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tokio-postgres"
3
- version = " 0.7.6 "
3
+ version = " 0.7.7 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -54,7 +54,7 @@ percent-encoding = "2.0"
54
54
pin-project-lite = " 0.2"
55
55
phf = " 0.11"
56
56
postgres-protocol = { version = " 0.6.4" , path = " ../postgres-protocol" }
57
- postgres-types = { version = " 0.2.3 " , path = " ../postgres-types" }
57
+ postgres-types = { version = " 0.2.4 " , path = " ../postgres-types" }
58
58
socket2 = " 0.4"
59
59
tokio = { version = " 1.0" , features = [" io-util" ] }
60
60
tokio-util = { version = " 0.7" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments