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 1b288b9 commit c4e1158Copy full SHA for c4e1158
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Change Log
2
+
3
+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.1.1] - 2022-10-19
8
9
+### Fixes
10
11
+* Fix prepared statement leak for the mysql backend implementation
12
13
14
+## 0.1.0 - 2022-09-27
15
16
+* Initial release
17
18
+[0.1.1]: : https://github.com/weiznich/diesel_async/compare/v0.1.0...v0.1.1
0 commit comments