Release tokio-postgres v0.7.6

This commit is contained in:
Steven Fackler 2022-04-30 08:53:14 -04:00
parent 695067c299
commit 17af0d5b68
No known key found for this signature in database
GPG Key ID: 30A04EB23B15B465

View File

@ -1,5 +1,16 @@
# Change Log
## v0.7.6 - 2022-04-30
### Added
* Added support for `uuid` 1.0 via the `with-uuid-1` feature.
### Changed
* Upgraded to `tokio-util` 0.7.
* Upgraded to `parking_lot` 0.12.
## v0.7.5 - 2021-10-29
### Fixed