Skip to content

Commit de4dcd4

Browse files
committed
Prepare a 0.2.0 release
1 parent 7707887 commit de4dcd4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All user visible changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/), as described
55
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
66

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+
714
## [0.1.1] - 2022-10-19
815

916
### Fixes
@@ -15,4 +22,5 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
1522

1623
* Initial release
1724

18-
[0.1.1]: : https://github.com/weiznich/diesel_async/compare/v0.1.0...v0.1.1
25+
[0.1.1]: https://github.com/weiznich/diesel_async/compare/v0.1.0...v0.1.1
26+
[0.2.0]: https://github.com/weiznich/diesel_async/compare/v0.1.1...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-async"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2018"
66
autotests = false

0 commit comments

Comments
 (0)