From 84ee2a3e4a5d5632a23337aecf7bf5f80b91509d Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Fri, 24 Jul 2026 16:24:11 -0400 Subject: [PATCH] chore: version bump 5.0.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282ec47..f4116bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.0.0 (2026-07-24) + +### Changed + +- `tag` actions in the `scriptworker-lando` payload builder now support git + - BREAKING CHANGE: This work has necessitated the removal of the automatic look-up of it in parameters; it must now be present in the `tag` action information. + - `hg_repo_url` is now optional + ## 4.4.0 (2026-07-07) ### Added diff --git a/pyproject.toml b/pyproject.toml index fd2a49f..2189e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mozilla-taskgraph" -version = "4.4.0" +version = "5.0.0" description = "Mozilla specific transforms and utilities for Taskgraph" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 880ea9a..09a18ea 100644 --- a/uv.lock +++ b/uv.lock @@ -1420,7 +1420,7 @@ wheels = [ [[package]] name = "mozilla-taskgraph" -version = "4.4.0" +version = "5.0.0" source = { editable = "." } dependencies = [ { name = "taskcluster-taskgraph" },