Skip to content

Commit 7d987cb

Browse files
author
GitHub
committed
chore: prepare release 0.17.1
1 parent c10c1f2 commit 7d987cb

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

.changeset/fix_lists_within_unions.md

-9
This file was deleted.

.changeset/simplify_type_checks_for_non_required_unions.md

-5
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ 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.17.1 (2024-01-04)
17+
18+
### Features
19+
20+
#### Export `Unset` types from generated `types.py` (#927)
21+
22+
### Fixes
23+
24+
#### Fix lists within unions
25+
26+
Fixes #756 and #928. Arrays within unions (which, as of 0.17 includes nullable arrays) would generate invalid code.
27+
28+
Thanks @kgutwin and @diesieben07!
29+
30+
#### Simplify type checks for non-required unions
31+
1632
## 0.17.0 (2023-12-31)
1733

1834
### Breaking Changes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-client"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
description = "Generate modern Python clients from OpenAPI"
55
repository = "https://github.com/triaxtec/openapi-python-client"
66
license = "MIT"

0 commit comments

Comments
 (0)