Skip to content

Commit

Permalink
Release postgres-types v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 2, 2025
1 parent 966724c commit 43c7049
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions postgres-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v0.2.9 - 2025-02-02

### Added

* Added support for `cidr` 0.3 via the `with-cidr-0_3` feature.

### Fixed

* Fixed deserialization of out of bounds inputs to `time` 0.3 types to return an error rather than panic.

## v0.2.8 - 2024-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-types"
version = "0.2.8"
version = "0.2.9"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ percent-encoding = "2.0"
pin-project-lite = "0.2"
phf = "0.11"
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
postgres-types = { version = "0.2.8", path = "../postgres-types" }
postgres-types = { version = "0.2.9", path = "../postgres-types" }
tokio = { version = "1.27", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] }
rand = "0.9.0"
Expand Down

0 comments on commit 43c7049

Please sign in to comment.