# Changelog
## `connpool` 0.2.0 - December 29. 2025
- The item guard is now an owned value, not borrowed.
## `connpool` 0.1.1 - December 29, 2025
- Added support for pulling items from the pool with waiting for the local limit.
- Added a method to attempt pulling an item from the pool without waiting for the global limit.
## `connpool` 0.1.0 - December 28, 2025
- First release