Skip to content

Commit 9358d3e

Browse files
authored
Version bump for 9.1.0 (#539)
1 parent 9567ad1 commit 9358d3e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [9.1.0] - 2024-07-10
4+
5+
### Added
6+
7+
- Separate log for optimizations that always logs verbosely (#525)
8+
- Retry batched taskcluster requests (#529)
9+
- Allow setting per-task priority (#534)
10+
- Updated ReadOnlyDict vendor (#537)
11+
12+
### Fixed
13+
14+
- Invalid escape in string literal in robustcheckout (#475)
15+
- IndexSearch optimization now logs when it refuses to replace a task (#524)
16+
- Use versioned decision image in cookiecutter .taskcluster.yml files (#528)
17+
318
## [9.0.0] - 2024-06-11
419

520
### 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__ = "9.0.0"
5+
__version__ = "9.1.0"
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)