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 32de50b commit a59c866Copy full SHA for a59c866
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Change Log
2
+
3
+## [16.2.1] - 2025-10-14
4
5
+### Fixed
6
7
+- `run-task` script now cleans up zombie processes
8
+- Fixed regression to `taskgraph.util.taskcluster.list_artifacts`
9
+- Fixed regression to `taskgraph.util.taskcluster.get_artifact`
10
11
## [16.2.0] - 2025-09-26
12
13
### Added
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "16.2.0"
+version = "16.2.1"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments