Release tokio-postgres v0.5.4

This commit is contained in:
Steven Fackler 2020-05-01 16:10:41 -07:00
parent c6a6686ba7
commit 66f5a8bbc5
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## v0.5.4- 2020-05-01
### Added
* Added `Transaction::savepoint`, which can be used to create a savepoint with a custom name.
## v0.5.3 - 2020-03-05
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.5.3"
version = "0.5.4"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"