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

## [14.6.0] - 2025-08-05

### Added

- `--no-verify` command line flag to disable verifications

### Fixed

- docker-image transforms work with a non-standard `--root`
- accessing `GraphConfig.vcs_root` no longer raises with a non-standard `--root`
- container permission issue when running `taskgraph load-task`
- properly quoted command in `taskgraph load-task`

## [14.5.0] - 2025-06-22

### Added
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 = "14.5.0"
version = "14.6.0"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading