Skip to content

Commit

Permalink
Version bump for 9.2.1 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau authored Jul 16, 2024
1 parent 4974ef2 commit ed62115
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Change Log

## [9.2.1] - 2024-07-16

### Fixed

- Reverted "fetch-content detects archive type instead of using the file
extension" change from 9.2.0, for breaking backwards compatibility (#543)

## [9.2.0] - 2024-07-15

### Added

- fetch-content detects archive type instead of using the file extension
- fetch-content validates downloads against server-provided content-length when
possible, and retries downloads on size or checksum mismatch
Expand Down
2 changes: 1 addition & 1 deletion src/taskgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

__version__ = "9.2.0"
__version__ = "9.2.1"

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

0 comments on commit ed62115

Please sign in to comment.