From 3914e48c530f0e5acf02cb340b1f8f3e201ba895 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Thu, 29 Aug 2024 20:56:55 +0100 Subject: [PATCH] prep v0.26.1 (#476) --- HISTORY.rst | 11 +++++++++++ arq/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b222c63d..ba4f4b17 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) .................... diff --git a/arq/version.py b/arq/version.py index 3b29cdff..521d0144 100644 --- a/arq/version.py +++ b/arq/version.py @@ -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'