From ef6b75a85d50a6d843b11d30b8380e8cbdd5ffca Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Thu, 4 Jun 2026 12:57:48 -0400 Subject: [PATCH] chore: version bump 24.1.0 --- 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 b9ac8a071..b190553fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [24.1.0] - 2026-06-04 + +### Added + +- support for custom context in task-context (#971) + ## [24.0.0] - 2026-06-03 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 0cc1ce4c4..e63574215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "24.0.0" +version = "24.1.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 35087e77a..928874e3d 100644 --- a/uv.lock +++ b/uv.lock @@ -3176,7 +3176,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "24.0.0" +version = "24.1.0" source = { editable = "." } dependencies = [ { name = "appdirs" },