From b7ba8107adcbd8dc7e998fafb0129adbe2ca43d1 Mon Sep 17 00:00:00 2001 From: "knope-bot[bot]" <152252888+knope-bot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 05:41:14 +0000 Subject: [PATCH] Release 0.26.1 --- .changeset/support_ruff_013.md | 5 ----- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/support_ruff_013.md diff --git a/.changeset/support_ruff_013.md b/.changeset/support_ruff_013.md deleted file mode 100644 index 5998c0036..000000000 --- a/.changeset/support_ruff_013.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Support Ruff 0.13 diff --git a/CHANGELOG.md b/CHANGELOG.md index dafd617d0..e6eddb510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ 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.26.1 (2025-09-13) + +### Features + +- Reference schema support (#800) (#1307) +- Support Ruff 0.13 + ## 0.26.0 (2025-08-26) ### Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index e1c66aa9d..d5208eaec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "typing-extensions>=4.8.0,<5.0.0", ] name = "openapi-python-client" -version = "0.26.0" +version = "0.26.1" description = "Generate modern Python clients from OpenAPI" keywords = [ "OpenAPI",