File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.4.5 - 2023-08-19
4
+
5
+ ### Added
6
+
7
+ * Added a ` rename_all ` option for enum and struct derives.
8
+ * Added an ` allow_mismatch ` option to disable strict enum variant checks against the Postgres type.
9
+
3
10
## v0.4.4 - 2023-03-27
4
11
5
12
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-derive"
3
- version = " 0.4.4 "
3
+ version = " 0.4.5 "
4
4
authors = [" Steven Fackler <sfackler@palantir.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
edition = " 2018"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ with-time-0_3 = ["time-03"]
31
31
bytes = " 1.0"
32
32
fallible-iterator = " 0.2"
33
33
postgres-protocol = { version = " 0.6.5" , path = " ../postgres-protocol" }
34
- postgres-derive = { version = " 0.4.2 " , optional = true , path = " ../postgres-derive" }
34
+ postgres-derive = { version = " 0.4.5 " , optional = true , path = " ../postgres-derive" }
35
35
36
36
array-init = { version = " 2" , optional = true }
37
37
bit-vec-06 = { version = " 0.6" , package = " bit-vec" , optional = true }
You can’t perform that action at this time.
0 commit comments