From 12c8aca69560a24c97a8306cb78a0f1074eb103f Mon Sep 17 00:00:00 2001 From: "Ben Hearsum (he/him)" Date: Mon, 23 Sep 2024 12:39:40 -0400 Subject: [PATCH] chore: version bump 11.1.0 (#576) * chore: version bump 11.1.0 * Update CHANGELOG.md Co-authored-by: Julien Cristau --------- Co-authored-by: Julien Cristau --- CHANGELOG.md | 13 +++++++++++++ src/taskgraph/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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