diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1b88f68..4dfc426ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [15.1.4] - 2025-09-09 + +### Fixed + +- various changes to `taskgraph load-task` to support more types of tasks +- issue in the `GraphConfig.vcs_root` detection logic + ## [15.1.3] - 2025-09-05 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 29246f138..dd28d9bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "15.1.3" +version = "15.1.4" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 8033302fc..c55ba8ab9 100644 --- a/uv.lock +++ b/uv.lock @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "15.1.3" +version = "15.1.4" source = { editable = "." } dependencies = [ { name = "appdirs" },