We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3854aec commit c7785d0Copy full SHA for c7785d0
postgres-types/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## v0.2.2 - 2021-09-29
4
+
5
+### Added
6
7
+* Added support for `eui48` 1.0 via the `with-eui48-1` feature.
8
+* Added `ToSql` and `FromSql` implementations for array types via the `array-impls` feature.
9
+* Added support for `time` 0.3 via the `with-time-0_3` feature.
10
11
## v0.2.1 - 2021-04-03
12
13
### Added
postgres-types/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-types"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments