diff --git a/auto_pool/CHANGELOG.md b/auto_pool/CHANGELOG.md index 184c285..dfb6fe8 100644 --- a/auto_pool/CHANGELOG.md +++ b/auto_pool/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4](https://github.com/Sild/libs-rs/compare/v0.3.3...v0.3.4) - 2026-09-10 + +### Other + +- notify async waiters and enforce checkout deadlines ([#59](https://github.com/Sild/libs-rs/pull/59)) + ## [0.3.3](https://github.com/Sild/libs_rs/compare/v0.3.2...v0.3.3) - 2026-03-31 ### Other diff --git a/auto_pool/Cargo.toml b/auto_pool/Cargo.toml index 6234063..be223b5 100644 --- a/auto_pool/Cargo.toml +++ b/auto_pool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "auto_pool" readme = "README.md" -version = "0.3.3" +version = "0.3.4" description = "A simple pool that returns items automatically after it's dropped" keywords = ["pool", "object-pool", "autoreturn"] authors.workspace = true