From c9a361c3e5d4c69374f5c6a21d17f4c63a7ba7f1 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Mon, 11 Aug 2025 10:40:36 -0400 Subject: [PATCH] chore: version bump 14.6.1 --- 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 8defd4473..6ac6cd341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [14.6.1] - 2025-08-11 + +### Fixed + +- Reverted accidental schema changes to run and toolchain transforms + ## [14.6.0] - 2025-08-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index 665c1c9d2..be845dcaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "14.6.0" +version = "14.6.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 7365fd3be..c234e151b 100644 --- a/uv.lock +++ b/uv.lock @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "14.6.0" +version = "14.6.1" source = { editable = "." } dependencies = [ { name = "appdirs" },