We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f35068 commit 7fd04e7Copy full SHA for 7fd04e7
postgres-types/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
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
13
## v0.1.2 - 2020-07-03
14
15
### Added
postgres-types/Cargo.toml
@@ -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"
0 commit comments