Skip to content

Commit 6025331

Browse files
committed
chore: Prep 0.9.2 release
1 parent 2a85f43 commit 6025331

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.9.2
8+
9+
### Features
10+
11+
- Add option to fail on warning [#427]. Thanks @forest-benchling!
12+
13+
### Fixes
14+
15+
- Properly strip out `UNSET` values from form data [#430]. Thanks @p1-ra!
16+
717
## 0.9.1
818

919
### 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.9.1"
3+
version = "0.9.2"
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)