diff --git a/CHANGELOG.md b/CHANGELOG.md index c30fd6144..874d358e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [15.1.2] - 2025-09-04 + +### Fixed + +- make `task_context` transforms really work without a `task-context` (#761) +- set continuation token correctly in `find_task_id_batched` (#760) + ## [15.1.1] - 2025-09-02 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index b923a8dda..0ba8efb15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "15.1.1" +version = "15.1.2" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 32fb037ad..9ca7b9b5c 100644 --- a/uv.lock +++ b/uv.lock @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "15.1.1" +version = "15.1.2" source = { editable = "." } dependencies = [ { name = "appdirs" },