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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [18.0.3] - 2025-12-11

### Fixed

- `get_artifact_from_index` now uses `artifact_path` instead of `index_path`
(bug 1999039); fixes regression introduced in 16.0.0
- Task objects created by `load_tasks` or `from_json` no longer have `None` as
`if_dependencies`/`soft_dependencies` attributes

## [18.0.2] - Skipped

## [18.0.1] - 2025-12-10

### 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 = "18.0.1"
version = "18.0.3"
description = "Build taskcluster taskgraphs"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading