Skip to content

Commit

Permalink
Release postgres-derive v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 20, 2023
1 parent 496f46c commit 43e1569
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions postgres-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v0.4.5 - 2023-08-19

### Added

* Added a `rename_all` option for enum and struct derives.
* Added an `allow_mismatch` option to disable strict enum variant checks against the Postgres type.

## v0.4.4 - 2023-03-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion postgres-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-derive"
version = "0.4.4"
version = "0.4.5"
authors = ["Steven Fackler <sfackler@palantir.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ with-time-0_3 = ["time-03"]
bytes = "1.0"
fallible-iterator = "0.2"
postgres-protocol = { version = "0.6.5", path = "../postgres-protocol" }
postgres-derive = { version = "0.4.2", optional = true, path = "../postgres-derive" }
postgres-derive = { version = "0.4.5", optional = true, path = "../postgres-derive" }

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

0 comments on commit 43e1569

Please sign in to comment.