Release postgres-types v0.1.3

This commit is contained in:
Steven Fackler 2020-10-17 15:00:47 -04:00
parent 3f350680d5
commit 7fd04e7a21
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## v0.1.3 - 2020-10-17
### Added
* Implemented `Clone`, `PartialEq`, and `Eq` for `Json`.
### Fixed
* Checked for overflow in `NaiveDate` and `NaiveDateTime` conversions.
## v0.1.2 - 2020-07-03
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "postgres-types"
version = "0.1.2"
version = "0.1.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"