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 c604459 commit 1a9bc25Copy full SHA for 1a9bc25
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [17.2.1] - 2025-10-31
4
+
5
+### Fixed
6
7
+- Exception when using `run-task` script on Windows
8
+- `run-task` script temporarily supports Python 3.8 again
9
+- Optimization phase updates `dependencies` property in `Task` objects
10
11
## [17.2.0] - 2025-10-30
12
13
### Added
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "17.2.0"
+version = "17.2.1"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments