Skip to content

Commit eb022e8

Browse files
committed
release new version
1 parent fc7f0e4 commit eb022e8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Changelog
22

3+
## Version 0.24.0
4+
5+
* Reverted "Added type safety to task decorator [302](https://github.com/closeio/tasktiger/issues/302)" due to buggy interaction with scheduled tasks.
6+
37
## Version 0.23.0
4-
* Added `Task.current_task_is_batch`
58

9+
**Should not be used, use 0.24.0 and above instead**
10+
11+
* Added `Task.current_task_is_batch`
612

713
## Version 0.22.0
14+
15+
**Should not be used, use 0.24.0 and above instead**
16+
817
* Minimum python version is now 3.10
918
* Added type safety to task decorator [302](https://github.com/closeio/tasktiger/issues/302). Wrapped functions retain type information for params and return value, plus capture some config that is added to the function.
1019

tasktiger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .tasktiger import TaskTiger, run_worker
1313
from .worker import Worker
1414

15-
__version__ = "0.23.0"
15+
__version__ = "0.24.0"
1616
__all__ = [
1717
"TaskTiger",
1818
"Worker",

0 commit comments

Comments
 (0)