Skip to content

Commit 1dca873

Browse files
committed
chore: version bump 24.2.0
1 parent 810d2d1 commit 1dca873

3 files changed

Lines changed: 221 additions & 208 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

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+
316
## [24.1.1] - 2026-06-11
417

518
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "24.1.1"
4+
version = "24.2.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

0 commit comments

Comments
 (0)