Skip to content

Commit

Permalink
Release postgres v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 29, 2021
1 parent 8542d07 commit d454616
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## v0.19.2 - 2021-09-29

### Added

* Added `SimpleQueryRow::columns`.
* Added support for `eui48` 1.0 via the `with-eui48-1` feature.
* Added `FromSql` and `ToSql` implementations for arrays via the `array-impls` feature.
* Added support for `time` 0.3 via the `with-time-0_3` feature.

## v0.19.1 - 2021-04-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.19.1"
version = "0.19.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
bytes = "1.0"
fallible-iterator = "0.2"
futures = "0.3"
tokio-postgres = { version = "0.7.1", path = "../tokio-postgres" }
tokio-postgres = { version = "0.7.2", path = "../tokio-postgres" }

tokio = { version = "1.0", features = ["rt", "time"] }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## v0.7.2 - 2021-09-29
## v0.7.3 - 2021-09-29

### Fixed

Expand Down

0 comments on commit d454616

Please sign in to comment.