Release postgres-types v0.1.3
This commit is contained in:
parent
3f350680d5
commit
7fd04e7a21
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user