Skip to content

Commit ba1dbee

Browse files
committed
chore: Bump to 0.11.6
1 parent 0a0d44b commit ba1dbee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ 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.11.6
17+
18+
### Features
19+
20+
- improve the error message when parsing a response fails [#659]. Thanks @supermihi!
21+
- Authorization header can now be customized in AuthenticatedClient [#660]. Thanks @supermihi!
22+
- Support inlined form data schema in requestBody [#656, #662]. Thanks @supermihi!
23+
- Allow enums in headers [#663, #667]. Thanks @supermihi!
24+
25+
### Fixes
26+
27+
- Exception when parsing documents which contain callbacks [#661]. Thanks @dachucky!
28+
1629
## 0.11.5
1730

1831
### 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.5"
3+
version = "0.11.6"
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)