Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43e1569

Browse files
committed
Release postgres-derive v0.4.5
1 parent496f46c commit43e1569

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎postgres-derive/CHANGELOG.md‎

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

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+
310
##v0.4.4 - 2023-03-27
411

512
###Changed

‎postgres-derive/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-derive"
3-
version ="0.4.4"
3+
version ="0.4.5"
44
authors = ["Steven Fackler <sfackler@palantir.com>"]
55
license ="MIT/Apache-2.0"
66
edition ="2018"

‎postgres-types/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ with-time-0_3 = ["time-03"]
3131
bytes ="1.0"
3232
fallible-iterator ="0.2"
3333
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" }
3535

3636
array-init = {version ="2",optional =true }
3737
bit-vec-06 = {version ="0.6",package ="bit-vec",optional =true }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp