Skip to content

Commit 0181c09

Browse files
committed
Prepare a 0.4 release
1 parent 755198a commit 0181c09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## Unreleased
7+
## [0.4.0] - 2023-09-01
88

99
* Add a `AsyncConnectionWrapper` type to turn a `diesel_async::AsyncConnection` into a `diesel::Connection`. This might be used to execute migrations via `diesel_migrations`.
1010
* Add some connection pool configurations to specify how connections

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.3.2"
3+
version = "0.4.0"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2021"
66
autotests = false

examples/postgres/pooled-with-rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
diesel = { version = "2.1.0", default-features = false, features = ["postgres"] }
10-
diesel-async = { version = "0.3.0", path = "../../../", features = ["bb8", "postgres"] }
10+
diesel-async = { version = "0.4.0", path = "../../../", features = ["bb8", "postgres"] }
1111
futures-util = "0.3.21"
1212
rustls = "0.20.8"
1313
rustls-native-certs = "0.6.2"

0 commit comments

Comments
 (0)