We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf329 commit ca28dc2Copy full SHA for ca28dc2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [15.1.4] - 2025-09-09
4
+
5
+### Fixed
6
7
+- various changes to `taskgraph load-task` to support more types of tasks
8
+- issue in the `GraphConfig.vcs_root` detection logic
9
10
## [15.1.3] - 2025-09-05
11
12
### Fixed
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "15.1.3"
+version = "15.1.4"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments