File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Top Open diff view settings Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Top Open diff view settings Original file line number Diff line number Diff line change 22
33## Unreleased
44
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+
515## v0.2.8 - 2024-09-15
616
717### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-types"
3- version = " 0.2.8 "
3+ version = " 0.2.9 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ percent-encoding = "2.0"
5858pin-project-lite = " 0.2"
5959phf = " 0.11"
6060postgres-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" }
6262tokio = { version = " 1.27" , features = [" io-util" ] }
6363tokio-util = { version = " 0.7" , features = [" codec" ] }
6464rand = " 0.9.0"
You can’t perform that action at this time.
0 commit comments