Skip to content

Commit 66f5a8b

Browse files
committed
Release tokio-postgres v0.5.4
1 parent c6a6686 commit 66f5a8b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tokio-postgres/CHANGELOG.md

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

3+
## v0.5.4- 2020-05-01
4+
5+
### Added
6+
7+
* Added `Transaction::savepoint`, which can be used to create a savepoint with a custom name.
8+
39
## v0.5.3 - 2020-03-05
410

511
### Added

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)