diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7eb57a..2040edb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [11.1.0] - 2024-09-23 + +### Added + +- Use `uv` to install requirements if available (#572) +- Allow 9,999 upstream dependencies on a Task (#575) + - Taskcluster platform work that enabled this: https://github.com/taskcluster/taskcluster/issues/7151 + +### Fixed + +- Ensure builds don't fail if `/builds` already exists in Dockerfile (#573) +- Add `coreutils` to the `linux` Dockerfile (#573) + ## [11.0.0] - 2024-09-04 ### Added diff --git a/src/taskgraph/__init__.py b/src/taskgraph/__init__.py index dce88b44..1749efde 100644 --- a/src/taskgraph/__init__.py +++ b/src/taskgraph/__init__.py @@ -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__ = "11.0.0" +__version__ = "11.1.0" # Maximum number of dependencies a single task can have # https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask