From 85d5a92a79e307e2cc9ae7bb156d49b2a35b8d92 Mon Sep 17 00:00:00 2001 From: "knope-bot[bot]" <152252888+knope-bot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:50:41 +0000 Subject: [PATCH] Release 0.29.1 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9887dad3d..f54f2ca3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2). +## 0.29.1 (2026-08-03) + +### Features + +- Update `uv_build` to 0.12 when using `--meta=uv` (#1473) + +### Fixes + +- Apply PEP 639 for improved license metadata (#1459) +- update generated code to use `StrEnum` and `-> Self` (#1474) + ## 0.29.0 (2026-05-30) ### Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index 0ab78d698..5828cdfb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "ruff>=0.2", ] name = "openapi-python-client" -version = "0.29.0" +version = "0.29.1" description = "Generate modern Python clients from OpenAPI" keywords = [ "OpenAPI",