diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d38ddb..fae09ee2 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 2ed3a863..3af13812 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 c0efc03b..57152f59 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" },