File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.1] - 2024-11-01
10
+
9
11
* 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
10
13
11
14
## [ 0.5.0] - 2024-07-19
12
15
@@ -79,4 +82,5 @@ in the pool should be checked if they are still valid
79
82
[ 0.4.0 ] : https://github.com/weiznich/diesel_async/compare/v0.3.2...v0.4.0
80
83
[ 0.4.1 ] : https://github.com/weiznich/diesel_async/compare/v0.4.0...v0.4.1
81
84
[ 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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " diesel-async"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
authors = [
" Georg Semmler <[email protected] >" ]
5
5
edition = " 2021"
6
6
autotests = false
You can’t perform that action at this time.
0 commit comments