Skip to content

Commit 6c981bf

Browse files
committed
Prepare a 0.5.1 release
1 parent 1aaff6d commit 6c981bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.1] - 2024-11-01
10+
911
* Add crate feature `pool` for extending connection pool implements through external crate
12+
* Implement `Deref` and `DerefMut` for `AsyncConnectionWrapper` to allow using it in an async context as well
1013

1114
## [0.5.0] - 2024-07-19
1215

@@ -79,4 +82,5 @@ in the pool should be checked if they are still valid
7982
[0.4.0]: https://github.com/weiznich/diesel_async/compare/v0.3.2...v0.4.0
8083
[0.4.1]: https://github.com/weiznich/diesel_async/compare/v0.4.0...v0.4.1
8184
[0.5.0]: https://github.com/weiznich/diesel_async/compare/v0.4.0...v0.5.0
82-
[Unreleased]: https://github.com/weiznich/diesel_async/compare/v0.5.0...main
85+
[0.5.1]: https://github.com/weiznich/diesel_async/compare/v0.5.0...v0.5.1
86+
[Unreleased]: https://github.com/weiznich/diesel_async/compare/v0.5.1...main

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.0"
3+
version = "0.5.1"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2021"
66
autotests = false

0 commit comments

Comments
 (0)