From e3232c39cdf4888ee159cd09d9d1ea037f73835a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:59:44 +0000 Subject: [PATCH] chore: release v0.3.4 --- auto_pool/CHANGELOG.md | 6 ++++++ auto_pool/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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