Skip to content

Commit 5229d0d

Browse files
Release 0.28.4
1 parent 75cb057 commit 5229d0d

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/add_support_for_x_enum_varnames_to_string_enums.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ 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.28.4 (2026-03-11)
17+
18+
### Features
19+
20+
#### Add support for x-enum-varnames to string enums
21+
22+
##1358 by @mbbush
23+
24+
You can now customize the variable names of the generated string enumerations using the x-enum-varnames openapi extension. Previously, this was only possible for integer enumerations.
25+
1626
## 0.28.3 (2026-02-17)
1727

1828
### Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"ruff>=0.2",
1818
]
1919
name = "openapi-python-client"
20-
version = "0.28.3"
20+
version = "0.28.4"
2121
description = "Generate modern Python clients from OpenAPI"
2222
keywords = [
2323
"OpenAPI",

0 commit comments

Comments
 (0)