Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.49 KB

Changelog

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 version 0.12
  • Add LICENSE-APACHE and LICENSE-MIT files to published crates

0.4.0 - 2024-04-01

  • Update deadpool dependency to version 0.11
  • Remove async_trait dependency
  • Bump up MSRV to 1.75

0.3.0 - 2023-09-26

  • Update deadpool dependency to version 0.10
  • Add tracing feature
  • Bump up MSRV to 1.63 to match the one of tokio

0.2.0 - 2021-10-26

  • Breaking: Replace deadpool::managed::sync by deadpool-sync::SyncWrapper which fixes the return type of the interact method.

0.1.0 - 2021-10-18

  • First release