Skip to content

Commit 3c43e00

Browse files
committed
chore: version bump 15.0.0
1 parent 29f22f8 commit 3c43e00

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [15.0.0] - 2025-08-13
4+
5+
## Added
6+
7+
- Process kinds in parallel with a pool of processes (#738)
8+
- use `uv` to check python version, when available(#733)
9+
10+
## Changed
11+
12+
- BREAKING CHANGE: Use `primary-dependency-label` attribute to find primary dependency of tasks (#736)
13+
14+
## Fixed
15+
16+
- Fallback to guessing repo root in config.py (#742)
17+
318
## [14.6.1] - 2025-08-11
419

520
### Fixed

docs/reference/migrations.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Migration Guide
33

44
This page can help when migrating Taskgraph across major versions.
55

6+
14.x -> 15.x
7+
------------
8+
9+
* `get_primary_dependency` now requires a `primary-dependency-label` to be set
10+
on the task it is passed instead of `primary-kind-dependency`. Update any tasks
11+
you were calling this for to set this attribute. (If your only usage of this
12+
is indirectly through `from_deps`, no change is needed: `from-deps` generated
13+
tasks will set this for you.)
14+
615
13.x -> 14.x
716
------------
817

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 = "14.6.1"
4+
version = "15.0.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)