From 70654ce321c7b1bea7553895dc9a02c78757dab8 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Wed, 16 Oct 2024 13:48:33 -0400 Subject: [PATCH] chore: version bump 11.2.3 --- CHANGELOG.md | 10 ++++++++++ src/taskgraph/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef11522..b7b6e53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [11.2.3] - 2024-10-16 + +### Fixed + +- A couple more regressions with the Decision image + - Cleaned up temporary `uv` lockfile owend by root + - Added another `--no-cache` flag to a `uv` command +- `run-task` now installs packages to user site dir when installing requirements with `uv` +- Fetch tasks using `static-url` will now properly rename non-archive files + ## [11.2.2] - 2024-10-15 ### Fixed diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index 9b924a18..0dc85b2c 100644 --- a/src/taskgraph/__init__.py +++ b/src/taskgraph/__init__.py @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -__version__ = "11.2.2" +__version__ = "11.2.3" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask