We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0045eb4 commit 6564d6dCopy full SHA for 6564d6d
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.2] - 2023-07-24
8
+
9
+* Fix `TinyInt` serialization
10
+* Check for open transactions before returning the connection to the pool
11
12
## [0.3.1] - 2023-06-07
13
14
* Minor readme fixes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diesel-async"
3
-version = "0.3.1"
+version = "0.3.2"
authors = ["Georg Semmler <[email protected]>"]
edition = "2021"
autotests = false
0 commit comments