Skip to content

Commit 63f3766

Browse files
Release 0.21.6
1 parent a9c0784 commit 63f3766

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ 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.21.6 (2024-10-20)
17+
18+
### Features
19+
20+
- update Ruff to >=0.2,<0.8 (#1137)
21+
- Add UUID string format. Thanks @estyrke! (#1140)
22+
- Support OpenAPI 3.1 prefixItems property for arrays. Thanks @estyrke! (#1141)
23+
24+
### Fixes
25+
26+
- Typo in docstring (#1128)
27+
1628
## 0.21.5 (2024-09-07)
1729

1830
### Features

Diff for: pyproject.toml

+1-1
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.21.5"
21+
version = "0.21.6"
2222
description = "Generate modern Python clients from OpenAPI"
2323
keywords = [
2424
"OpenAPI",

0 commit comments

Comments
 (0)