Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep v0.26.1 #476

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
History
-------

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

* Uses ``testcontainers`` to provide a redis instance for the unit tests by @chrisguidry in #470
* Bump ``redis`` version from <5 to <6 by @Wh1isper in #460
* Bump ``idna`` from 3.6 to 3.7 in /requirements by @dependabot in #444
* Bump ``jinja2`` from 3.1.3 to 3.1.4 in /requirements by @dependabot in #452
* Bump ``requests`` from 2.31.0 to 2.32.0 in /requirements by @dependabot in #461
* Bump ``urllib3`` from 2.2.1 to 2.2.2 in /requirements by @dependabot in #464
* Bump ``certifi`` from 2024.2.2 to 2024.7.4 in /requirements by @dependabot in #468

v0.26.0 (2023-05-01)
....................

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.0'
VERSION = '0.26.1'
Loading