Skip to content

Commit 6564d6d

Browse files
committed
Prepare a 0.3.2 release
1 parent 0045eb4 commit 6564d6d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.3.2] - 2023-07-24
8+
9+
* Fix `TinyInt` serialization
10+
* Check for open transactions before returning the connection to the pool
11+
712
## [0.3.1] - 2023-06-07
813

914
* Minor readme fixes

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

0 commit comments

Comments
 (0)