Skip to content

Commit

Permalink
Prepare for 0.26.3 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguidry authored Jan 6, 2025
1 parent 3bacb07 commit 7a911f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

v0.26.3 (2025-01-06)
....................

* Fix negative expires_ms and avoid worker freezing while using cron by @Matvey-Kuk in #479
* Fix race condition on task retry by @RB387 in #487


v0.26.1 (2023-08-29)
....................

Expand Down
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
VERSION = '0.26.1'
VERSION = '0.26.3'

0 comments on commit 7a911f3

Please sign in to comment.