Skip to content

Commit 284576f

Browse files
Release 0.28.4 (#1408)
> [!IMPORTANT] > Merging this pull request will create this release ## Features - Update `uv_build` to 0.11 when using `--meta=uv` (#1434) ### Add support for x-enum-varnames to string enums #1358 by @mbbush 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. Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent 7be999c commit 284576f

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

.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: 12 additions & 0 deletions
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.28.4 (2026-05-11)
17+
18+
### Features
19+
20+
- Update `uv_build` to 0.11 when using `--meta=uv` (#1434)
21+
22+
#### Add support for x-enum-varnames to string enums
23+
24+
##1358 by @mbbush
25+
26+
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.
27+
1628
## 0.28.3 (2026-02-17)
1729

1830
### 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)