From a7fd6f27407d7eb9c3123e9f75e3c2cffd5ec912 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 28 Jul 2026 12:35:23 -0400 Subject: [PATCH] chore: version bump v24.2.2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32218a72e..1efeedcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [24.2.2] - 2026-07-28 + +### Fixed + +- Only write cached tasks to index for `github-pull-request` tasks_for + ## [24.2.1] - 2026-07-27 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index bd6a70ce7..c3446c4dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "24.2.1" +version = "24.2.2" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index e5d9b1513..2c1b3aff4 100644 --- a/uv.lock +++ b/uv.lock @@ -3176,7 +3176,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "24.2.1" +version = "24.2.2" source = { editable = "." } dependencies = [ { name = "appdirs" },