From deb3587e768e2d19094171db0c5a772679afcf96 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 13 May 2025 15:27:33 +0200 Subject: [PATCH] chore: bump version to 14.2.1 --- CHANGELOG.md | 8 +++++++- src/taskgraph/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7b9dec2..93a4a2f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -## [14.2.0] - 2025-04-10 +## [14.2.1] - 2025-05-13 + +## Fixed + +- fix a regression from #666 with run-task/fetch-content mount definitions (#688) + +## [14.2.0] - 2025-05-12 ## Fixed diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index 458171994..755802049 100644 --- a/src/taskgraph/__init__.py +++ b/src/taskgraph/__init__.py @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -__version__ = "14.2.0" +__version__ = "14.2.1" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask