Skip to content

Commit d3829d2

Browse files
authored
chore: version bump for 14.1.0 (#671)
1 parent 8c5cbf1 commit d3829d2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [14.1.0] - 2025-04-07
4+
5+
## Added
6+
7+
- allow task-priority to be keyed by level (#653)
8+
- implement `taskgraph action` command to generate actions.json on the command line (#645)
9+
- pass push.base_revision to in-tree-action hook (#656)
10+
- support for `volume` artifact type (#667)
11+
12+
## Fixed
13+
14+
- bug deleting long path names with forward slashes on Windows (#661)
15+
- replace deprecated datetime.utcnow() with timezone-aware alternative (#652)
16+
- only consider tracked files when building toolchain hashes (#664)
17+
318
## [14.0.0] - 2025-02-18
419

520
### Removed

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.0.0"
5+
__version__ = "14.1.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)