From fa6b1cf470be786d0031a08b9dbfa6ca23b3a37d Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 10 Dec 2025 16:23:13 +0100 Subject: [PATCH] chore: version bump 18.0.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f26bfcb..a637d97f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [18.0.1] - 2025-12-10 + +### Fixed + +- Updated run-task detection in `util.verify` and the `task` transform for + gecko's suffixed `run-task-hg` and `run-task-git` commands + ## [18.0.0] - 2025-11-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index cffcf6dce..be1cc0f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "18.0.0" +version = "18.0.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 6416b9cf5..b8157a9d9 100644 --- a/uv.lock +++ b/uv.lock @@ -2020,7 +2020,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "18.0.0" +version = "18.0.1" source = { editable = "." } dependencies = [ { name = "appdirs" },