From 2b334e14f4b116dbd582aee6dfea759713994c6a Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Tue, 2 Jun 2026 20:38:49 -0400 Subject: [PATCH] chore: version bump 23.2.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b376ce9e3..1e19e6e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [23.2.0] - 2026-06-03 + +### Added + +- `task-context` now calls `resolve_keyed_by` on `substitution-fields` (#968) + ## [23.1.0] - 2026-05-26 ### Added diff --git a/pyproject.toml b/pyproject.toml index 879dd8edd..66d438684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "23.1.0" +version = "23.2.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 9033701c0..7d60a6514 100644 --- a/uv.lock +++ b/uv.lock @@ -2991,7 +2991,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "23.1.0" +version = "23.2.0" source = { editable = "." } dependencies = [ { name = "appdirs" },