There was an error while loading. Please reload this page.
1 parent 810d2d1 commit 1dca873Copy full SHA for 1dca873
3 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Change Log
2
3
+## [24.2.0] - 2026-07-15
4
+
5
+### Added
6
7
+- Included profile data for `run-task` VCS operations in the log
8
9
+### Fixed
10
11
+- Ensure `INDEX_RANK` env is cast to a string for index tasks
12
+- Properly capture all exceptions in `taskgraph.create.create_tasks`
13
+- Send `Accept-Encoding` header in `fetch-content` script
14
+- Release graphs from memory upon completion when using `taskgraph <phase> --diff`
15
16
## [24.1.1] - 2026-06-11
17
18
### Fixed
pyproject.toml
@@ -1,7 +1,7 @@
### Project
[project]
name = "taskcluster-taskgraph"
-version = "24.1.1"
+version = "24.2.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
0 commit comments