Skip to content

Commit 10dcc86

Browse files
committed
chore: bump version to 14.2.1
1 parent 500a944 commit 10dcc86

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

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

3-
## [14.2.0] - 2025-04-10
3+
## [14.2.1] - 2025-05-13
44

5-
## Fixed
5+
### Fixed
6+
7+
- regression in 14.2.0 causing schema validation failure for generic-worker
8+
tasks using run-task (#688)
9+
10+
## [14.2.0] - 2025-05-12
11+
12+
### Fixed
613

714
- fix actions scope check on mercurial (#686)
815

9-
## Changed
16+
### Changed
1017

1118
- generic-worker will now verify run-task/fetch-content integrity (#666)
1219

13-
## Added
20+
### Added
1421

1522
- new 'load-task' command to debug tasks locally (#680)
1623

1724
## [14.1.1] - 2025-04-10
1825

19-
## Fixed
26+
### Fixed
2027

2128
- ensure GraphConfig.root_dir is an absolute path (#673)
2229

2330
## [14.1.0] - 2025-04-07
2431

25-
## Added
32+
### Added
2633

2734
- allow task-priority to be keyed by level (#653)
2835
- implement `taskgraph action` command to generate actions.json on the command line (#645)
2936
- pass push.base_revision to in-tree-action hook (#656)
3037
- support for `volume` artifact type (#667)
3138

32-
## Fixed
39+
### Fixed
3340

3441
- bug deleting long path names with forward slashes on Windows (#661)
3542
- replace deprecated datetime.utcnow() with timezone-aware alternative (#652)

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.2.0"
5+
__version__ = "14.2.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)