File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v0.2.9 - 2025-02-02
6
+
7
+ ### Added
8
+
9
+ * Added support for ` cidr ` 0.3 via the ` with-cidr-0_3 ` feature.
10
+
11
+ ### Fixed
12
+
13
+ * Fixed deserialization of out of bounds inputs to ` time ` 0.3 types to return an error rather than panic.
14
+
5
15
## v0.2.8 - 2024-09-15
6
16
7
17
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-types"
3
- version = " 0.2.8 "
3
+ version = " 0.2.9 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ percent-encoding = "2.0"
58
58
pin-project-lite = " 0.2"
59
59
phf = " 0.11"
60
60
postgres-protocol = { version = " 0.6.8" , path = " ../postgres-protocol" }
61
- postgres-types = { version = " 0.2.8 " , path = " ../postgres-types" }
61
+ postgres-types = { version = " 0.2.9 " , path = " ../postgres-types" }
62
62
tokio = { version = " 1.27" , features = [" io-util" ] }
63
63
tokio-util = { version = " 0.7" , features = [" codec" ] }
64
64
rand = " 0.9.0"
You can’t perform that action at this time.
0 commit comments