Skip to content

Commit

Permalink
Release postgres-types v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 22, 2024
1 parent c358077 commit 6b4566b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions postgres-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Unreleased

## v0.2.7 - 2024-07-21

### Added

* Added `Default` implementation for `Json`.
* Added a `js` feature for WASM compatibility.

### Changed

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

## v0.2.6 - 2023-08-19

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.6"
version = "0.2.7"
authors = ["Steven Fackler <[email protected]>"]
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 @@ -55,7 +55,7 @@ percent-encoding = "2.0"
pin-project-lite = "0.2"
phf = "0.11"
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
postgres-types = { version = "0.2.5", path = "../postgres-types" }
postgres-types = { version = "0.2.7", path = "../postgres-types" }
tokio = { version = "1.27", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] }
rand = "0.8.5"
Expand Down

0 comments on commit 6b4566b

Please sign in to comment.