- Fix type hint for wait generators https://github.com/litl/backoff/issues/177
2.2.0
- Improve type annotation for wait generators from hauntsaninja - Include exception in details dict of call handlers from petamas - Improve type hints for call handlers from cdce8p
2.1.2
Fixed
- Don't use importlib.metadata for __version__ https://github.com/litl/backoff/issues/166
2.1.1
Fixed
- Fix bug with max_tries/max_time callables https://github.com/litl/backoff/issues/164
2.1.0
Changed
- Get max_tries/max_time values for every call fixes 160 (from jvrsantacruz)
2.0.1
Changed - Allow None for jitter keyword arg (typing)