diff --git a/auto_pool/CHANGELOG.md b/auto_pool/CHANGELOG.md index e7979b3..fbf821d 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.3](https://github.com/Sild/libs_rs/compare/v0.3.2...v0.3.3) - 2025-09-01 + +### Other + +- 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 5168a90..621dc57 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