Skip to content

Commit 173af2c

Browse files
authored
chore: version bump 14.4.0 (#698)
1 parent 83c786b commit 173af2c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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+
## [14.4.0] - 2025-06-02
4+
5+
## Added
6+
7+
- support lists in `resolve_keyed_by` (#608)
8+
- improved error message when a kind dependency cannot be found (#696)
9+
10+
### Fixed
11+
12+
- don't decode YAML response before parsing them in get_artifact (#700)
13+
314
## [14.3.0] - 2025-05-28
415

516
### Fixed

src/taskgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
__version__ = "14.3.0"
5+
__version__ = "14.4.0"
66

77
# Maximum number of dependencies a single task can have
88
# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask

0 commit comments

Comments
 (0)