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 6c867be commit 44a06f4Copy full SHA for 44a06f4
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## [17.1.0] - 2025-10-22
4
+
5
+### Added
6
7
+- Support for "graph_config" verifications
8
9
+### Fixed
10
11
+- Added Python 3.8 support back to `fetch-content` script for Gecko workaround
12
13
## [17.0.0] - 2025-10-17
14
15
### Changed
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "17.0.0"
+version = "17.1.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments