Skip to content

Commit 871abe8

Browse files
committed
Bump to 0.5.4, update CHANGELOG for release.
1 parent 36e6755 commit 871abe8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## 0.5.4 - Unreleased
8+
## 0.5.4 - 2020-08-29
99
### Additions
10-
- Added support for octet-stream content type (#116)
10+
- Support for octet-stream content type (#116)
1111
- Support for [nullable](https://swagger.io/docs/specification/data-models/data-types/#null) (#99)
12-
- Union properties defined using oneOf (#98)
13-
- Added support for lists of strings, integers, floats and booleans (#165). Thanks @Maistho!
12+
- Union properties can be defined using oneOf (#98)
13+
- Support for lists of strings, integers, floats and booleans as responses (#165). Thanks @Maistho!
1414

1515

1616
## 0.5.3 - 2020-08-13

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-client"
3-
version = "0.5.3"
3+
version = "0.5.4"
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)