Skip to content

Commit abce4b9

Browse files
committed
chore: Prep 0.10.3 release
1 parent 225487a commit abce4b9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.10.3
8+
9+
### Features
10+
11+
- Expose `python_identifier` and `class_name` functions to custom templates to rename with the same behavior as the parser.
12+
13+
### Fixes
14+
15+
- Treat `true` and `false` as reserved words.
16+
- Prevent generating Python files named the same as reserved / key words.
17+
- Properly replace reserved words in class and module names [#475, #476]. Thanks @mtovts!
18+
719
## 0.10.2
820

921
### Features

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.2"
3+
version = "0.10.3"
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)