Skip to content

Commit 949d6e3

Browse files
committed
Set changelog release date for 0.5.0
1 parent ce3079a commit 949d6e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0 - Unreleased
8+
## 0.5.0 - 2020-08-05
99
### Changes
1010
- When encountering a problem, the generator will now differentiate between warnings (things it was able to skip past)
1111
and errors (things which halt generation altogether).

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