Skip to content

Commit

Permalink
Release postgres-types v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 17, 2020
1 parent 3f35068 commit 7fd04e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions postgres-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7fd04e7

Please sign in to comment.