We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3d31e commit b7221e3Copy full SHA for b7221e3
CHANGELOG.md
@@ -4,6 +4,11 @@ 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.3.1] - 2023-06-07
8
+
9
+* Minor readme fixes
10
+* Add a missing `UpdateAndFetchResults` impl
11
12
## [0.3.0] - 2023-05-26
13
14
* Compatibility with diesel 2.1
Cargo.toml
@@ -1,8 +1,8 @@
1
[package]
2
name = "diesel-async"
3
-version = "0.3.0"
+version = "0.3.1"
authors = ["Georg Semmler <[email protected]>"]
-edition = "2018"
+edition = "2021"
autotests = false
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments