From 68b9d0fd832ea8498979ed41f3165a18ef442ed4 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Tue, 22 Jul 2025 20:48:36 -0400 Subject: [PATCH] chore: version bump 14.5.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1732ad87..fbba689c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [14.5.0] - 2025-06-22 + +### Added + +- add a more descriptive error when a kind cannot be found (#721) +- error out when index routes have a `/` in them (#722) + +### Fixed + +- handle github submodule checks better in fetch-content (#708) +- make `hash_paths` work when `base_path` is set (#723) +- return dict from 'status_task_batched' when testing (#720) +- retag images when a tag is passed to taskgraph load-image (#713) + ## [14.4.1] - 2025-06-04 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 71c4726bb..bd440d808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "14.4.1" +version = "14.5.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 53833e60b..6b3b447f3 100644 --- a/uv.lock +++ b/uv.lock @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "14.4.1" +version = "14.5.0" source = { editable = "." } dependencies = [ { name = "appdirs" },