Skip to content

Commit 289787a

Browse files
committed
chore: Prep 0.10.0 release
1 parent 457ebca commit 289787a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.0
8+
9+
### Breaking Changes
10+
11+
- Normalize generated module names to allow more tags [#428 & #448]. Thanks @iamnoah & @forest-benchling!
12+
- Improved the consistency of snake_cased identifiers which will cause some to be renamed [#413 & #432]. Thanks @ramnes!
13+
- Allow more types in multipart payloads by defaulting to JSON for complex types [#372]. Thanks @csymeonides-mf!
14+
15+
### Features
16+
17+
- Allow custom templates for API and endpoint `__init__` files. [#442] Thanks @p1-ra!
18+
19+
### Fixes
20+
21+
- Treat empty schemas like `Any` instead of `None`. Thanks @forest-benchling! [#417 & #445]
22+
723
## 0.9.2
824

925
### Features

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