Skip to content

Commit

Permalink
chore: version bump 11.0.0 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Sep 5, 2024
1 parent 5d387cb commit c428679
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [11.0.0] - 2024-09-04

### Added

- BREAKING CHANGE: removed hardcode python3 path on macOS (#566)
- BREAKING CHANGE: register_action_callback interface has changed (#553)
- Task name is now available in `task_context` (#562)

### Fixed

- get_ancestors ignores 404s to avoid failing when some tasks have already expired (#569)

## [10.0.2] - 2024-07-31

### Fixed
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__ = "10.0.2"
__version__ = "11.0.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 c428679

Please sign in to comment.