Skip to content

Commit d454616

Browse files
committed
Release postgres v0.19.2
1 parent 8542d07 commit d454616

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

postgres/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## v0.19.2 - 2021-09-29
4+
5+
### Added
6+
7+
* Added `SimpleQueryRow::columns`.
8+
* Added support for `eui48` 1.0 via the `with-eui48-1` feature.
9+
* Added `FromSql` and `ToSql` implementations for arrays via the `array-impls` feature.
10+
* Added support for `time` 0.3 via the `with-time-0_3` feature.
11+
312
## v0.19.1 - 2021-04-03
413

514
### Added

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -37,7 +37,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
3737
bytes = "1.0"
3838
fallible-iterator = "0.2"
3939
futures = "0.3"
40-
tokio-postgres = { version = "0.7.1", path = "../tokio-postgres" }
40+
tokio-postgres = { version = "0.7.2", path = "../tokio-postgres" }
4141

4242
tokio = { version = "1.0", features = ["rt", "time"] }
4343
log = "0.4"

tokio-postgres/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## v0.7.2 - 2021-09-29
3+
## v0.7.3 - 2021-09-29
44

55
### Fixed
66

0 commit comments

Comments
 (0)