Skip to content

Commit

Permalink
chore: version bump 11.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Oct 16, 2024
1 parent d1b13cd commit 70654ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [11.2.3] - 2024-10-16

### Fixed

- A couple more regressions with the Decision image
- Cleaned up temporary `uv` lockfile owend by root
- Added another `--no-cache` flag to a `uv` command
- `run-task` now installs packages to user site dir when installing requirements with `uv`
- Fetch tasks using `static-url` will now properly rename non-archive files

## [11.2.2] - 2024-10-15

### 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__ = "11.2.2"
__version__ = "11.2.3"

# 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 70654ce

Please sign in to comment.