Skip to content

Commit 422e993

Browse files
authored
chore: Update CHANGELOG and version for 0.8.0 (#339)
1 parent 7f8d10e commit 422e993

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.8.0 - Unreleased
8+
## 0.8.0 - 2021-02-19
99

1010
### Breaking Changes
1111

@@ -19,8 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
project info.
2020
- `none` will not create a project folder at all, only the inner package folder (which won't be inner anymore)
2121
- Attempt to detect and alert users if they are using an unsupported version of OpenAPI (#281).
22-
- Fixes `Enum` deserialization when the value is `UNSET`.
23-
- Add handling of application/vnd.api+json media type.
22+
- The media type application/vnd.api+json will now be handled just like application/json (#307). Thanks @jrversteegh!
2423
- Support passing models into query parameters (#316). Thanks @forest-benchling!
2524
- Add support for cookie parameters (#326).
2625
- New `--file-encoding` command line option (#330). Sets the encoding used when writing generated files (defaults to utf-8). Thanks @dongfangtianyu!
@@ -39,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3938
- Fixed a typo in the async example in generated README.md files (#337). Thanks @synchronizing!
4039
- Fix deserialization of `None` and `Unset` properties for all types by unifying the checks (#334). Thanks @forest-benchling!
4140
- If duplicate model names are detected during generation, you'll now get an error message instead of broken code (#336). Thanks @forest-benchling!
41+
- Fixes `Enum` deserialization when the value is `UNSET` (#306). Thanks @bowenwr!
4242

4343
## 0.7.3 - 2020-12-21
4444

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