Skip to content

Commit 5375116

Browse files
committed
chore: prepare release 0.12.0
1 parent 77e3c69 commit 5375116

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: 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.12.0
17+
18+
### Breaking Changes
19+
20+
- Change the `Response.status_code` type to the `HTTPStatus` enum [#665]
21+
22+
### Features
23+
24+
- Add `endpoint_collections_by_tag` and `openapi` to the templating globals [#689]. Thanks @paulo-raca!
25+
- Support for recursive and circular references using lazy imports [#670, #338, #466]. Thanks @mtovt!
26+
- Include `__all__` in generated `__init__.py` files [#676, #631, #540, #675]. Thanks @EltonChou!
27+
28+
### Fixes
29+
30+
- If data.type is None but has data.properties, assume type is object [#691, #674]. Thanks @ahuang11!
31+
1632
## 0.11.6
1733

1834
### Features

Diff for: 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.11.6"
3+
version = "0.12.0"
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)