Skip to content

Commit 6b4566b

Browse files
committed
Release postgres-types v0.2.7
1 parent c358077 commit 6b4566b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

postgres-types/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.2.7 - 2024-07-21
6+
7+
### Added
8+
9+
* Added `Default` implementation for `Json`.
10+
* Added a `js` feature for WASM compatibility.
11+
512
### Changed
613

714
* `FromStr` implementation for `PgLsn` no longer allocates a `Vec` when splitting an lsn string on it's `/`.
15+
* The `eui48-1` feature no longer enables default features of the `eui48` library.
816

917
## v0.2.6 - 2023-08-19
1018

postgres-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-types"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ percent-encoding = "2.0"
5555
pin-project-lite = "0.2"
5656
phf = "0.11"
5757
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
58-
postgres-types = { version = "0.2.5", path = "../postgres-types" }
58+
postgres-types = { version = "0.2.7", path = "../postgres-types" }
5959
tokio = { version = "1.27", features = ["io-util"] }
6060
tokio-util = { version = "0.7", features = ["codec"] }
6161
rand = "0.8.5"

0 commit comments

Comments
 (0)