You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All user visible changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/), as described
5
5
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
6
6
7
+
## [0.2.0] - 2022-12-16
8
+
9
+
*[#38](https://github.com/weiznich/diesel_async/pull/38) Relax the requirements for borrowed captures in the transaction closure
10
+
*[#41](https://github.com/weiznich/diesel_async/pull/41) Remove GAT workarounds from various traits (Raises the MSRV to 1.65)
11
+
*[#42](https://github.com/weiznich/diesel_async/pull/42) Add an additional `AsyncDieselConnectionManager` constructor that allows to specify a custom connection setup method to allow setting up postgres TLS connections
12
+
* Relicense the crate under the MIT or Apache 2.0 License
13
+
7
14
## [0.1.1] - 2022-10-19
8
15
9
16
### Fixes
@@ -15,4 +22,5 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
0 commit comments