Skip to content

Commit 508a841

Browse files
committedApr 30, 2023
chore: prepare release 0.14.0
1 parent 5f2c702 commit 508a841

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t
1313

1414
The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2).
1515

16+
## 0.14.0
17+
18+
### Breaking Changes
19+
20+
- Drop support for Python 3.7, put minimum version limit on Black (#754)
21+
22+
### Features
23+
24+
- Better typing (mypy) support for `Unset` (e.g., using if statements to check type) [#714, #752]. Thanks @taasan & @mcclurem! (#752)
25+
26+
### Fixes
27+
28+
- pyproject_no_poetry.toml.jinja template can be used to configure black and isort (closes #750) (#751)
29+
1630
## 0.13.4
1731

1832
### Features

‎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.13.4"
3+
version = "0.14.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)
Please sign in to comment.