Skip to content

Commit

Permalink
Prepare a 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Nov 26, 2024
1 parent 0ac76fd commit 7c6f301
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

## [Unreleased]

## [0.5.2] - 2024-11-26

* Fixed an issue around transaction cancellation that could lead to connection pools containing connections with dangling transactions

## [0.5.1] - 2024-11-01

* Add crate feature `pool` for extending connection pool implements through external crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel-async"
version = "0.5.1"
version = "0.5.2"
authors = ["Georg Semmler <[email protected]>"]
edition = "2021"
autotests = false
Expand Down

0 comments on commit 7c6f301

Please sign in to comment.