File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
[ Unreleased]
10
10
11
+ [ 0.12.0] - 2025-03-01
11
12
### Added
12
13
13
14
- Create .gitignore during ` init ` .
@@ -213,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213
214
- Generate classes for schemas under components/schemas
214
215
- Generate partial client class with methods based on /paths/* /*
215
216
216
- [ Unreleased ] : https://github.com/python-lapidary/lapidary-render/compare/v0.11.1...HEAD
217
+ [ Unreleased ] : https://github.com/python-lapidary/lapidary-render/compare/v0.12.0...HEAD
218
+ [ 0.12.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.11.1...v0.12.0
217
219
[ 0.11.1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.11.0...v0.11.1
218
220
[ 0.11.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.1...v0.11.0
219
221
[ 0.10.1 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...v0.10.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = [{ name = "Rafał Krupiński", email = "
[email protected] " }]
7
7
description = " Python async OpenAPI client library generator"
8
8
license = " AGPL-3.0"
9
9
name = " lapidary-render"
10
- version = " 0.11.1 "
10
+ version = " 0.12.0 "
11
11
readme = " Readme.md"
12
12
classifiers = [
13
13
" Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments