Skip to content

Commit ed62115

Browse files
authored
Version bump for 9.2.1 (#544)
1 parent 4974ef2 commit ed62115

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [9.2.1] - 2024-07-16
4+
5+
### Fixed
6+
7+
- Reverted "fetch-content detects archive type instead of using the file
8+
extension" change from 9.2.0, for breaking backwards compatibility (#543)
9+
310
## [9.2.0] - 2024-07-15
411

512
### Added
13+
614
- fetch-content detects archive type instead of using the file extension
715
- fetch-content validates downloads against server-provided content-length when
816
possible, and retries downloads on size or checksum mismatch

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__ = "9.2.0"
5+
__version__ = "9.2.1"
66

77
# Maximum number of dependencies a single task can have
88
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask

0 commit comments

Comments
 (0)