Skip to content

Commit 6e199af

Browse files
authored
chore: version bump 15.1.0 (#755)
1 parent 21a7b66 commit 6e199af

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
11
# Change Log
22

3+
## [15.1.0] - 2025-08-29
4+
5+
### Added
6+
7+
- New function `taskgraph.generator.load_tasks_for_kinds` to get multiple kinds in one pass
8+
- Allow the `os-groups` generic-worker feature on linux and mac
9+
10+
### Fixed
11+
12+
- taskgraph build-image regression introduced in 14.6.0
13+
314
## [15.0.1] - 2025-08-14
415

5-
## Reverted
16+
### Reverted
617

718
- multiprocess kind processing (#746)
819

920
## [15.0.0] - 2025-08-13
1021

11-
## Added
22+
### Added
1223

1324
- Process kinds in parallel with a pool of processes (#738)
1425
- use `uv` to check python version, when available(#733)
1526

16-
## Changed
27+
### Changed
1728

1829
- BREAKING CHANGE: Use `primary-dependency-label` attribute to find primary dependency of tasks (#736)
1930

20-
## Fixed
31+
### Fixed
2132

2233
- Fallback to guessing repo root in config.py (#742)
2334

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "15.0.1"
4+
version = "15.1.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)