Skip to content

Commit f641d15

Browse files
authored
chore: bump to 13.0.0 (#637)
1 parent 949cbf8 commit f641d15

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [13.0.0] - 2025-01-23
4+
5+
### Added
6+
7+
- automatically interpolate {task_workdir} in environment (#630)
8+
- add caches for common package managers (#623)
9+
- support setting repo wide default values for cache selection (#623)
10+
- support list of caches in `use-caches` key (#623)
11+
12+
### Fixed
13+
14+
- `get_ancestors` now returns tasks keyed by taskid, to avoid missing tasks when multiple tasks exist with the same label in a graph (#633)
15+
16+
### Removed
17+
18+
- unused resource-monitor code (#636)
19+
- `cache-dotcache` key (#623)
20+
321
## [12.2.0] - 2025-01-15
422

523
### Added

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__ = "12.2.0"
5+
__version__ = "13.0.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)