File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33
44## [ Next]
55
6+
7+ ## [ 0.8.0] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0 ) - 2024-05-17
8+ ### Added
9+ - Support for OAuth2 password flow.
10+
11+ ### Changed
12+ - Generate code for lapidary 0.9.0 .
13+ - Migrated from Copier to Rybak for generating directory tree.
14+
15+ ### Removed
16+ - Temporary removed nicer package names to simplify code.
17+ - Temporary removed support for paging.
18+
19+
620## [ 0.8.0] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.8.0 ) - 2023-01-02
721### Added
822- Support for returning array result as an async iterator.
Original file line number Diff line number Diff line change 77description = " Python async OpenAPI client library generator"
88license = " AGPL-3.0"
99name = " lapidary-render"
10- version = " 0.8 .0"
10+ version = " 0.9 .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