Skip to content

Commit 3f2a6f3

Browse files
authored
Create new release (#314)
1 parent fdd2939 commit 3f2a6f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

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)
35
* Merge with [fastapi-utils](https://github.com/dmontagu/fastapi-utils)
46

57
## 0.6.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-utils"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Reusable utilities for FastAPI"
55
license = "MIT"
66
authors = ["Yuval Levi <yuvall9313@gmail.com>", "David Montague <davwmont@gmail.com>"]

0 commit comments

Comments
 (0)