Skip to content

Commit

Permalink
uprev, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 2, 2022
1 parent af17042 commit b6dda0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
History
-------

v0.25 (2022-12-02)
..................

* Allow to opt-out from logging results by @iamlikeme in #352
* Add timezone support for cron jobs by @iamlikeme in #354
* connections: fix pipeline usage for exists command by @utkarshgupta137 in #366
* Fix race condition causing incorrect status not found by @iamlikeme in #362
* Adds ``after_job_end`` hook by @AngellusMortis in #355
* Raise ``ResultNotFound`` when ``Job.result()`` finds no job and no result by @iamlikeme in #364
* use ``3.11`` for testing #367
* Signal handler to wait for task completion before shutting down by @JonasKs in #345

v0.24 (2022-09-05)
..................

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.25.0-dev'
VERSION = '0.25.0'

0 comments on commit b6dda0e

Please sign in to comment.