Skip to content

Commit 7c6f301

Browse files
committed
Prepare a 0.5.2 release
1 parent 0ac76fd commit 7c6f301

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
66

77
## [Unreleased]
88

9+
## [0.5.2] - 2024-11-26
10+
11+
* Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions
12+
913
## [0.5.1] - 2024-11-01
1014

1115
* Add crate feature `pool` for extending connection pool implements through external crate

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-async"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2021"
66
autotests = false

0 commit comments

Comments
 (0)