Skip to content

Commit

Permalink
Version bump for 9.1.0 (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Jul 10, 2024
1 parent 9567ad1 commit 9358d3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [9.1.0] - 2024-07-10

### Added

- Separate log for optimizations that always logs verbosely (#525)
- Retry batched taskcluster requests (#529)
- Allow setting per-task priority (#534)
- Updated ReadOnlyDict vendor (#537)

### Fixed

- Invalid escape in string literal in robustcheckout (#475)
- IndexSearch optimization now logs when it refuses to replace a task (#524)
- Use versioned decision image in cookiecutter .taskcluster.yml files (#528)

## [9.0.0] - 2024-06-11

### Added
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.0.0"
__version__ = "9.1.0"

# 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 9358d3e

Please sign in to comment.