Skip to content

Commit 37d045e

Browse files
authored
chore: bump version to 18.0.3 (#881)
Skip 18.0.2 since I mistakenly created/published that tag without updating the version number.
1 parent b701e6d commit 37d045e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [18.0.3] - 2025-12-11
4+
5+
### Fixed
6+
7+
- `get_artifact_from_index` now uses `artifact_path` instead of `index_path`
8+
(bug 1999039); fixes regression introduced in 16.0.0
9+
- Task objects created by `load_tasks` or `from_json` no longer have `None` as
10+
`if_dependencies`/`soft_dependencies` attributes
11+
12+
## [18.0.2] - Skipped
13+
314
## [18.0.1] - 2025-12-10
415

516
### 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 = "18.0.1"
4+
version = "18.0.3"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)