Skip to content

Commit b7ba810

Browse files
Release 0.26.1
1 parent a703722 commit b7ba810

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/support_ruff_013.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t
1313

1414
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).
1515

16+
## 0.26.1 (2025-09-13)
17+
18+
### Features
19+
20+
- Reference schema support (#800) (#1307)
21+
- Support Ruff 0.13
22+
1623
## 0.26.0 (2025-08-26)
1724

1825
### Breaking Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"typing-extensions>=4.8.0,<5.0.0",
1919
]
2020
name = "openapi-python-client"
21-
version = "0.26.0"
21+
version = "0.26.1"
2222
description = "Generate modern Python clients from OpenAPI"
2323
keywords = [
2424
"OpenAPI",

0 commit comments

Comments
 (0)