Skip to content

Commit

Permalink
Release postgres-types v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 16, 2024
1 parent b1ace91 commit 776ea30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions postgres-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.2.8 - 2024-09-15

### Added

* Added support for `jiff` 0.1 via the `with-jiff-01` feature.
Expand Down
4 changes: 2 additions & 2 deletions 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.7"
version = "0.2.8"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -33,7 +33,7 @@ with-time-0_3 = ["time-03"]
bytes = "1.0"
fallible-iterator = "0.2"
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
postgres-derive = { version = "0.4.5", optional = true, path = "../postgres-derive" }
postgres-derive = { version = "0.4.6", optional = true, path = "../postgres-derive" }

array-init = { version = "2", optional = true }
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }
Expand Down

0 comments on commit 776ea30

Please sign in to comment.