Skip to content

Commit

Permalink
chore: version bump 11.1.0 (#576)
Browse files Browse the repository at this point in the history
* chore: version bump 11.1.0

* Update CHANGELOG.md

Co-authored-by: Julien Cristau <julien+github@cristau.org>

---------

Co-authored-by: Julien Cristau <julien+github@cristau.org>
  • Loading branch information
bhearsum and jcristau authored Sep 23, 2024
1 parent 5e8bc7e commit 12c8aca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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__ = "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
Expand Down

0 comments on commit 12c8aca

Please sign in to comment.