We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee772 commit a7bd93fCopy full SHA for a7bd93f
CHANGELOG.md
@@ -4,6 +4,13 @@ All user visible changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/), as described
5
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
6
7
+## [0.2.1] - 2023-03-08
8
+
9
+* Dependency updates for `mobc` and `mysql-async` to allow newer versions as well
10
+* Extend the README
11
+* Improve the version constraint for diesel so that we do not end up using a newer
12
+ diesel version that's incompatible
13
14
## [0.2.0] - 2022-12-16
15
16
* [#38](https://github.com/weiznich/diesel_async/pull/38) Relax the requirements for borrowed captures in the transaction closure
0 commit comments