From 466698ebc0222aecd19bbd1bde081d3270737d8e Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 13 Jan 2026 13:39:16 +0100 Subject: [PATCH] chore: bump version to 18.1.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d38ddb5..fae09ee21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [18.1.0] - 2026-01-13 + +### Added + +- New `get_task_definitions` Taskcluster utility function + +### Fixed + +- Better error handling on task creation failure, to gather all e.g. scope + errors instead of giving up after the first + ## [18.0.3] - 2025-12-11 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 2ed3a8632..3af138122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "18.0.3" +version = "18.1.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index c0efc03ba..57152f59c 100644 --- a/uv.lock +++ b/uv.lock @@ -2020,7 +2020,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "18.0.3" +version = "18.1.0" source = { editable = "." } dependencies = [ { name = "appdirs" },