Skip to content

Commit 9ac8522

Browse files
committed
chore: version bump 14.4.1
1 parent 79ad94c commit 9ac8522

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Change Log
22

3+
## [14.4.1] - 2025-06-04
4+
5+
### Fixed
6+
7+
- file url handling for Thunderbird repos
8+
39
## [14.4.0] - 2025-06-02
410

5-
## Added
11+
### Added
612

713
- support lists in `resolve_keyed_by` (#608)
814
- improved error message when a kind dependency cannot be found (#696)

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.4.0"
5+
__version__ = "14.4.1"
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)