From 8dd9deb6fa7c28aa254a522123552324cbec4f97 Mon Sep 17 00:00:00 2001 From: abhishekmadan30 Date: Wed, 18 Feb 2026 16:00:02 -0500 Subject: [PATCH] chore: bump version to 19.2.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2ad965..a492f38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [19.2.0] - 2026-02-18 + +### Fixed + +- Restore `payload_builder` wrapping for dict schemas +- Make nested struct fields optional to match voluptuous defaults + ## [19.1.0] - 2026-02-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index db4d1475..06f0d775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "19.1.0" +version = "19.2.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 17bd6ddd..e42a9e17 100644 --- a/uv.lock +++ b/uv.lock @@ -2587,7 +2587,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "19.1.0" +version = "19.2.0" source = { editable = "." } dependencies = [ { name = "appdirs" },