Skip to content

Commit 01028b2

Browse files
committed
chore: version bump 20.0.0
1 parent f6ca4bc commit 01028b2

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [20.0.0] - 2026-03-17
4+
5+
### Added
6+
7+
- Support for generic-worker's `hide-cmd-window` feature
8+
- Ability to process kinds concurrently with threading
9+
10+
### Fixed
11+
12+
- BREAKING CHANGE: Binaries installed as part of `PIP_REQUIREMENTS` by `run-task` now end up in `~/.local/bin`
13+
- Exception when base revision is the null revision
14+
- Ability to use `optionally_keyed_by` with underlying dict using msgspec
15+
316
## [19.2.1] - 2026-02-19
417

518
### Fixed

docs/reference/migrations.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Migration Guide
33

44
This page can help when migrating Taskgraph across major versions.
55

6+
19.x -> 20.x
7+
------------
8+
9+
* Binaries belonging to packages that get installed by `run-task` as part of
10+
the `PIP_REQUIREMENTS` variable, are now installed to `~/.local/bin` instead
11+
of `~/.local/lib/<python>/site-packages/bin`. Update any task commands that hardcode
12+
the binary path accordingly.
13+
614
18.x -> 19.x
715
------------
816

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "19.2.1"
4+
version = "20.0.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)