Skip to content

Commit 59e0e04

Browse files
bhearsumjcristau
andauthored
chore: version bump to 12.1.0 (#607)
* chore: version bump to 12.1.0 * Update CHANGELOG.md Co-authored-by: Julien Cristau <julien+github@cristau.org> --------- Co-authored-by: Julien Cristau <julien+github@cristau.org>
1 parent cf004d8 commit 59e0e04

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [12.1.0] - 2024-11-21
4+
5+
### Added
6+
7+
- fetch-content: log x-cache-status when content size doesn't match expected (#606)
8+
9+
### Fixed
10+
11+
- Don't assume the taskcluster proxy is running on http://taskcluster (#603)
12+
- Do not apply skip-unless-changed for cron triggers (#604)
13+
314
## [12.0.0] - 2024-10-25
415

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