File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
10
## [ 9.2.0] - 2024-07-15
4
11
5
12
### Added
13
+
6
14
- fetch-content detects archive type instead of using the file extension
7
15
- fetch-content validates downloads against server-provided content-length when
8
16
possible, and retries downloads on size or checksum mismatch
Original file line number Diff line number Diff line change 2
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
- __version__ = "9.2.0 "
5
+ __version__ = "9.2.1 "
6
6
7
7
# Maximum number of dependencies a single task can have
8
8
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask
You can’t perform that action at this time.
0 commit comments