From 81930375a1f5ac99abf564c13f0f1ab18071b79c Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 18 Mar 2026 13:37:29 +0100 Subject: [PATCH] chore: scriptworker v62.7.0 --- HISTORY.rst | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 61a70cce..1215d781 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,19 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +62.7.0 - 2026-03-18 +------------------- + +Added +~~~~~ + +- New pushflathub scopes `{prefix}:{channel}:{appid}` for firefox and thunderbird + +Removed +~~~~~~~ + +- No longer needed flathub-beta scopes from mozilla-release + 62.6.0 - 2026-02-27 ------------------- diff --git a/pyproject.toml b/pyproject.toml index dd1d09ba..a5f36e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scriptworker" -version = "62.6.0" +version = "62.7.0" description = "Taskcluster scriptworker" authors = [ { name = "Mozilla Release Engineering", email = "releng@mozilla.com" },