diff --git a/auto_pool/CHANGELOG.md b/auto_pool/CHANGELOG.md index e7979b3..184c285 100644 --- a/auto_pool/CHANGELOG.md +++ b/auto_pool/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3](https://github.com/Sild/libs_rs/compare/v0.3.2...v0.3.3) - 2026-03-31 + +### Other + +- async-std -> smol ([#58](https://github.com/Sild/libs_rs/pull/58)) +- up readme + ## [0.3.2](https://github.com/Sild/libs_rs/compare/auto_pool-v0.3.1...auto_pool-v0.3.2) - 2025-03-07 ### Other diff --git a/auto_pool/Cargo.toml b/auto_pool/Cargo.toml index f06a988..7cdbc83 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.2" +version = "0.3.3" description = "A simple pool that returns items automatically after it's dropped" keywords = ["pool", "object-pool", "autoreturn"] authors.workspace = true