Skip to content

Commit 9b3a0cb

Browse files
committed
chore: Prep 0.11.1 release
1 parent 3b54ec8 commit 9b3a0cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
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.11.1
17+
18+
### Features
19+
20+
- Allow httpx 0.22.\* (#577)
21+
22+
### Fixes
23+
24+
- Type annotations for optional dates and datetimes in multipart/form (#580)
25+
- Error generating clients with dates or datetimes in multipart/form [#579]. Thanks @lsaavedr!
26+
- Include nested packages in generated setup.py [#575, #576]. Thanks @tedo-benchling!
27+
1628
## 0.11.0
1729

1830
### Breaking Changes

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.0"
3+
version = "0.11.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)