Skip to content

Commit 4a7a8ee

Browse files
committed
chore: Prep 0.10.6 release
1 parent bff6ae5 commit 4a7a8ee

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.10.6
8+
9+
### Features
10+
11+
- Improve error messages related to invalid arrays and circular or recursive references [#519].
12+
- Add httpx 0.20.\* support [#514].
13+
14+
### Fixes
15+
16+
- Use isort "black" profile in generated clients [#523]. Thanks @johnthagen!
17+
- setup.py should generate importable packages named <project>\_client [#492, #520, #521]. Thanks @tedo-benchling & @Leem0sh!
18+
- Allow None in enum properties [#504, #512, #516]. Thanks @juspence!
19+
- properly support JSON OpenAPI documents and config files [#488, #509, #515]. Thanks @tardyp and @Gelbpunkt!
20+
721
## 0.10.5
822

923
### 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.10.5"
3+
version = "0.10.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)