Skip to content

Commit 2a325b7

Browse files
🔖 0.10.0
1 parent e27d477 commit 2a325b7

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

‎ChangeLog.md‎

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
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

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Raphael Krupinski <[email protected]>"]
77
description = "Python async OpenAPI client library generator"
88
license = "AGPL-3.0"
99
name = "lapidary-render"
10-
version = "0.9.0"
10+
version = "0.10.0"
1111
packages = [{ include = "lapidary", from = "src" }]
1212
readme = 'Readme.md'
1313
repository = 'https://github.com/python-lapidary/lapidary'

0 commit comments

Comments
 (0)