We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fa1ad commit 5be97d9Copy full SHA for 5be97d9
postgres-types/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.2.5 - 2023-03-27
4
+
5
+## Added
6
7
+* Added support for multi-range types.
8
9
## v0.2.4 - 2022-08-20
10
11
## Added
postgres-types/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-types"
-version = "0.2.4"
+version = "0.2.5"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments