File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1- # Change Log
2- This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+
11+ ## [ 0.10.0] - 2034-06-29
312
4- ## [ Next]
513### Added
14+
615- HTTP security schemas supported by httpx;
716- OAuth2 flows supported by httpx_auth;
817- api-key authorization in cookie and query parameter;
918- Progress bar for processing paths and rendering schema files;
19+ - Support for response headers returned as response envelope model.
20+ - Old files in ` gen ` directory are now removed during ` render ` .
1021
1122### Removed
23+
1224- broken --cache option;
1325
1426
@@ -143,3 +155,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
143155### Added
144156- Generate classes for schemas under components/schemas
145157- Generate partial client class with methods based on /paths/* /*
158+
159+ [ unreleased ] : https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...HEAD
160+ [ 0.10.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.9.0...v0.10.0
161+ [ 0.9.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.8.0...v0.9.0
162+ [ 0.8.0 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.3...v0.8.0
163+ [ 0.7.3 ] : https://github.com/python-lapidary/lapidary-render/compare/v0.7.1...v0.7.3
164+ [ 0.7.1 ] : https://github.com/python-lapidary/lapidary-render/releases/tag/v0.7.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["Raphael Krupinski <rafalkrupinski@users.noreply.github.com>"]
77description = " Python async OpenAPI client library generator"
88license = " AGPL-3.0"
99name = " lapidary-render"
10- version = " 0.9 .0"
10+ version = " 0.10 .0"
1111packages = [{ include = " lapidary" , from = " src" }]
1212readme = ' Readme.md'
1313repository = ' https://github.com/python-lapidary/lapidary'
You can’t perform that action at this time.
0 commit comments