All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2024-05-04
- Update
deadpool
dependency to version0.12
- Add
LICENSE-APACHE
andLICENSE-MIT
files to published crates
0.4.0 - 2024-04-01
- Update
deadpool
dependency to version0.11
- Remove
async_trait
dependency - Bump up MSRV to
1.75
0.3.0 - 2023-09-26
- Update
deadpool
dependency to version0.10
- Add
tracing
feature - Bump up MSRV to
1.63
to match the one oftokio
0.2.0 - 2021-10-26
- Breaking: Replace
deadpool::managed::sync
bydeadpool-sync::SyncWrapper
which fixes the return type of theinteract
method.
0.1.0 - 2021-10-18
- First release