Skip to content

Commit 7fd04e7

Browse files
committed
Release postgres-types v0.1.3
1 parent 3f35068 commit 7fd04e7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

postgres-types/CHANGELOG.md

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

3+
## v0.1.3 - 2020-10-17
4+
5+
### Added
6+
7+
* Implemented `Clone`, `PartialEq`, and `Eq` for `Json`.
8+
9+
### Fixed
10+
11+
* Checked for overflow in `NaiveDate` and `NaiveDateTime` conversions.
12+
313
## v0.1.2 - 2020-07-03
414

515
### Added

postgres-types/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-types"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)