We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd2939 commit 3f2a6f3Copy full SHA for 3f2a6f3
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Latest changes
2
3
+* Fix: tasks.repeat_every() and related tests [#305](https://github.com/dmontagu/fastapi-utils/issues/305)
4
+* Fix typo [#306](https://github.com/dmontagu/fastapi-utils/issues/306)
5
* Merge with [fastapi-utils](https://github.com/dmontagu/fastapi-utils)
6
7
## 0.6.0
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-utils"
-version = "0.6.0"
+version = "0.7.0"
description = "Reusable utilities for FastAPI"
license = "MIT"
authors = ["Yuval Levi <yuvall9313@gmail.com>", "David Montague <davwmont@gmail.com>"]
0 commit comments