Skip to content

Commit d6308ad

Browse files
🔖 0.12.0
1 parent f01e694 commit d6308ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
[Unreleased]
1010

11+
[0.12.0] - 2025-03-01
1112
### Added
1213

1314
- Create .gitignore during `init`.
@@ -213,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213214
- Generate classes for schemas under components/schemas
214215
- Generate partial client class with methods based on /paths/*/*
215216

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
217219
[0.11.1]: https://github.com/python-lapidary/lapidary-render/compare/v0.11.0...v0.11.1
218220
[0.11.0]: https://github.com/python-lapidary/lapidary-render/compare/v0.10.1...v0.11.0
219221
[0.10.1]: https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...v0.10.1

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "RafaÅ‚ KrupiÅ„ski", email = "[email protected]" }]
77
description = "Python async OpenAPI client library generator"
88
license = "AGPL-3.0"
99
name = "lapidary-render"
10-
version = "0.11.1"
10+
version = "0.12.0"
1111
readme = "Readme.md"
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)