Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [24.2.0] - 2026-07-15

### Added

- Included profile data for `run-task` VCS operations in the log

### Fixed

- Ensure `INDEX_RANK` env is cast to a string for index tasks
- Properly capture all exceptions in `taskgraph.create.create_tasks`
- Send `Accept-Encoding` header in `fetch-content` script
- Release graphs from memory upon completion when using `taskgraph <phase> --diff`

## [24.1.1] - 2026-06-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
Loading