Release postgres-types v0.2.2

This commit is contained in:
Steven Fackler 2021-09-29 19:24:46 -04:00
parent 3854aecbb1
commit c7785d0b10
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Change Log
## v0.2.2 - 2021-09-29
### Added
* Added support for `eui48` 1.0 via the `with-eui48-1` feature.
* Added `ToSql` and `FromSql` implementations for array types via the `array-impls` feature.
* Added support for `time` 0.3 via the `with-time-0_3` feature.
## v0.2.1 - 2021-04-03
### Added

View File

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