Skip to content

Commit c5591c8

Browse files
committed
Release postgres-derive v0.4.1
1 parent 385bf35 commit c5591c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

postgres-derive/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.4.1 - 2021-11-23
4+
5+
### Fixed
6+
7+
* Fixed handling of struct fields using raw identifiers.
8+
39
## v0.4.0 - 2019-12-23
410

511
No changes

postgres-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"

0 commit comments

Comments
 (0)