This release removes support for redis, since redis includes its own connection pooling capabilities.
What's Changed
* Add hiring link as badge in README by gantoine in https://github.com/fellowapp/asyncio-connection-pool/pull/6
* Fix reporting burst limit reached when it was not by p7g in https://github.com/fellowapp/asyncio-connection-pool/pull/7
* ci: add py 3.11 & 3.12 by iloveitaly in https://github.com/fellowapp/asyncio-connection-pool/pull/11
* Fix ConnectionStrategy.make_connection return type by p7g in https://github.com/fellowapp/asyncio-connection-pool/pull/12
* Update packaging + CI, switch aioredis -> redis by sciyoshi in https://github.com/fellowapp/asyncio-connection-pool/pull/13
New Contributors
* gantoine made their first contribution in https://github.com/fellowapp/asyncio-connection-pool/pull/6
* iloveitaly made their first contribution in https://github.com/fellowapp/asyncio-connection-pool/pull/11
* sciyoshi made their first contribution in https://github.com/fellowapp/asyncio-connection-pool/pull/13
**Full Changelog**: https://github.com/fellowapp/asyncio-connection-pool/compare/0.2.0...v1.0.0