Added * LICENSE file to be included in PyPI package
Fixed * Incorrect delay time when using using `Limiter.ratelimit()` with `delay=True`
2.3.0
Added * Support for using `Limiter.ratelimit()` as a contextmanager or async contextmanager * Separate `LimitContextDecorator` class to handle `Limiter.ratelimit()` behavior * Package published on conda-forge
2.2.2
Changed * Internal: Reduce cognitive complexity
2.2.1
Fixed * Incorrect check log against time-window
2.2.0
Added * `Limiter.ratelimit()` method, an async-compatible decorator that optionally adds rate-limiting delays