Release postgres-types v0.2.5

This commit is contained in:
Steven Fackler 2023-03-27 18:59:29 -04:00
parent 39fa1ad39e
commit 5be97d9559
No known key found for this signature in database
GPG Key ID: 408917B7276A5226
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## v0.2.5 - 2023-03-27
## Added
* Added support for multi-range types.
## v0.2.4 - 2022-08-20
## Added

View File

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