Release postgres-types v0.2.2
This commit is contained in:
parent
3854aecbb1
commit
c7785d0b10
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user