From cc1477aefa24c6d81a89c560020d74d3cdee89f4 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 29 Aug 2025 10:21:44 +0200 Subject: [PATCH] chore: version bump 15.1.0 --- CHANGELOG.md | 19 +++++++++++++++---- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c286225..7017520db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,34 @@ # Change Log +## [15.1.0] - 2025-08-29 + +### Added + +- New function `taskgraph.generator.load_tasks_for_kinds` to get multiple kinds in one pass +- Allow the `os-groups` generic-worker feature on linux and mac + +### Fixed + +- taskgraph build-image regression introduced in 14.6.0 + ## [15.0.1] - 2025-08-14 -## Reverted +### Reverted - multiprocess kind processing (#746) ## [15.0.0] - 2025-08-13 -## Added +### Added - Process kinds in parallel with a pool of processes (#738) - use `uv` to check python version, when available(#733) -## Changed +### Changed - BREAKING CHANGE: Use `primary-dependency-label` attribute to find primary dependency of tasks (#736) -## Fixed +### Fixed - Fallback to guessing repo root in config.py (#742) diff --git a/pyproject.toml b/pyproject.toml index ccd55899f..4bdcfb36d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "15.0.1" +version = "15.1.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 186985fa2..2528c5573 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.8" resolution-markers = [ "python_full_version >= '3.11'", @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "15.0.1" +version = "15.1.0" source = { editable = "." } dependencies = [ { name = "appdirs" },