Skip to content

Commit c4e1158

Browse files
committed
Add a changelog
1 parent 1b288b9 commit c4e1158

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)