File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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/
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
Original file line number Diff line number Diff line change 11[package ]
22name = " diesel-async"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44authors = [
" Georg Semmler <[email protected] >" ]
55edition = " 2021"
66autotests = false
You can’t perform that action at this time.
0 commit comments