From c668398c88abe8e3895a07d3a210e7f0a531eec8 Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Fri, 28 Nov 2025 10:44:24 -0500 Subject: [PATCH] chore: version bump 62.2.0 --- HISTORY.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7bd014ca..3be0f1a5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,14 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.2.0 - 2025-11-28 +------------------- + +Added +~~~~~ + +- support `pr-action` `tasks_for` when rebuilding task definitions (#730) + 62.1.0 - 2025-11-26 ------------------- diff --git a/pyproject.toml b/pyproject.toml index 23c710f2..42ebc9c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.1.0" +version = "62.2.0" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },