We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f491ca commit d322dc4Copy full SHA for d322dc4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v2.2.0] - 2022-10-05
4
+
5
+- Improve type annotation for wait generators from @hauntsaninja
6
+- Include exception in details dict of call handlers from @petamas
7
+- Improve type hints for call handlers from @cdce8p
8
9
## [v2.1.2] - 2022-06-08
10
### Fixed
11
backoff/__init__.py
@@ -27,4 +27,4 @@
27
'random_jitter',
28
]
29
30
-__version__ = "2.1.2"
+__version__ = "2.2.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backoff"
-version = "2.1.2"
+version = "2.2.0"
description = "Function decoration for backoff and retry"
authors = ["Bob Green <[email protected]>"]
readme = "README.rst"
0 commit comments