Skip to content

Commit

Permalink
🔖 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jun 29, 2024
1 parent e27d477 commit 2a325b7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.10.0] - 2034-06-29

## [Next]
### Added

- HTTP security schemas supported by httpx;
- OAuth2 flows supported by httpx_auth;
- api-key authorization in cookie and query parameter;
- Progress bar for processing paths and rendering schema files;
- Support for response headers returned as response envelope model.
- Old files in `gen` directory are now removed during `render`.

### Removed

- broken --cache option;


Expand Down Expand Up @@ -143,3 +155,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Generate classes for schemas under components/schemas
- Generate partial client class with methods based on /paths/*/*

[unreleased]: https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/python-lapidary/lapidary-render/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/python-lapidary/lapidary-render/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/python-lapidary/lapidary-render/compare/v0.7.3...v0.8.0
[0.7.3]: https://github.com/python-lapidary/lapidary-render/compare/v0.7.1...v0.7.3
[0.7.1]: https://github.com/python-lapidary/lapidary-render/releases/tag/v0.7.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Raphael Krupinski <rafalkrupinski@users.noreply.github.com>"]
description = "Python async OpenAPI client library generator"
license = "AGPL-3.0"
name = "lapidary-render"
version = "0.9.0"
version = "0.10.0"
packages = [{ include = "lapidary", from = "src" }]
readme = 'Readme.md'
repository = 'https://github.com/python-lapidary/lapidary'
Expand Down

0 comments on commit 2a325b7

Please sign in to comment.