Skip to content

Commit 776ea30

Browse files
committed
Release postgres-types v0.2.8
1 parent b1ace91 commit 776ea30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

postgres-types/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.2.8 - 2024-09-15
6+
57
### Added
68

79
* Added support for `jiff` 0.1 via the `with-jiff-01` feature.

postgres-types/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-types"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -33,7 +33,7 @@ with-time-0_3 = ["time-03"]
3333
bytes = "1.0"
3434
fallible-iterator = "0.2"
3535
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
36-
postgres-derive = { version = "0.4.5", optional = true, path = "../postgres-derive" }
36+
postgres-derive = { version = "0.4.6", optional = true, path = "../postgres-derive" }
3737

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

0 commit comments

Comments
 (0)