Skip to content

Commit e5292f4

Browse files
committed
chore: version bump 14.5.0
1 parent c529536 commit e5292f4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [14.5.0] - 2025-06-22
4+
5+
### Added
6+
7+
- add a more descriptive error when a kind cannot be found (#721)
8+
- error out when index routes have a `/` in them (#722)
9+
10+
### Fixed
11+
12+
- handle github submodule checks better in fetch-content (#708)
13+
- make `hash_paths` work when `base_path` is set (#723)
14+
- return dict from 'status_task_batched' when testing (#720)
15+
- retag images when a tag is passed to taskgraph load-image (#713)
16+
317
## [14.4.1] - 2025-06-04
418

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

0 commit comments

Comments
 (0)