Skip to content

Commit 0745260

Browse files
committed
chore: version bump Taskgraph 8.2.0
1 parent fd57d0c commit 0745260

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [8.2.0] - 2024-05-21
4+
5+
### Fixed
6+
7+
- Invalid parameters passed to `IndexSearch` optimization from `docker` utility
8+
9+
### Changed
10+
11+
- `IndexSearch` optimization supports both old and new (from 8.1.0) signatures
12+
313
## [8.1.0] - 2024-05-08
414

515
### 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__ = "8.1.0"
5+
__version__ = "8.2.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)