File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All user visible changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) , as described
55for Rust libraries in [ RFC #1105 ] ( https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md )
66
7+ ## [ 0.3.1] - 2023-06-07
8+
9+ * Minor readme fixes
10+ * Add a missing ` UpdateAndFetchResults ` impl
11+
712## [ 0.3.0] - 2023-05-26
813
914* Compatibility with diesel 2.1
Original file line number Diff line number Diff line change 11[package ]
22name = " diesel-async"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [
" Georg Semmler <[email protected] >" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66autotests = false
77license = " MIT OR Apache-2.0"
88readme = " README.md"
You can’t perform that action at this time.
0 commit comments