Skip to content

Commit

Permalink
Release v0.19 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst authored Mar 5, 2024
1 parent eb7ed31 commit 5384289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.19

* Adding synchronous (non-forking) executor ([319](https://github.com/closeio/tasktiger/pull/319), [320](https://github.com/closeio/tasktiger/pull/320))
* If possible, retry tasks that fail with "execution not found" ([323](https://github.com/closeio/tasktiger/pull/323))
* Option to exit TaskTiger after a certain amount of time ([324](https://github.com/closeio/tasktiger/pull/324))

## Version 0.18.2

* Purge errored tasks even if task object is not found ([310](https://github.com/closeio/tasktiger/pull/310))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="tasktiger",
version="0.18.2",
version="0.19",
url="http://github.com/closeio/tasktiger",
license="MIT",
description="Python task queue",
Expand Down

0 comments on commit 5384289

Please sign in to comment.