Skip to content

Commit 19dd9d8

Browse files
committed
chore: Prep 0.10.8 release
1 parent 3304030 commit 19dd9d8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.8
8+
9+
### Features
10+
11+
- New and improved docstrings in generated functions and classes [#503, #505, #551]. Thanks @rtaycher!
12+
- Support httpx 0.21.\* (#537)
13+
14+
### Fixes
15+
16+
- Basic types as JSON bodies and responses [#487 & #550]. Thanks @Gelbpunkt!
17+
- Relative paths to config files [#538 & #544]. Thanks to @motybz, @MalteBecker, & @abhinav-cashify!
18+
719
## 0.10.7
820

921
### Fixes

Diff for: poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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