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/).
3
3
4
4
## [ Next]
5
5
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
+
6
20
## [ 0.8.0] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.8.0 ) - 2023-01-02
7
21
### Added
8
22
- Support for returning array result as an async iterator.
Original file line number Diff line number Diff line change 7
7
description = " Python async OpenAPI client library generator"
8
8
license = " AGPL-3.0"
9
9
name = " lapidary-render"
10
- version = " 0.8 .0"
10
+ version = " 0.9 .0"
11
11
packages = [{ include = " lapidary" , from = " src" }]
12
12
readme = ' Readme.md'
13
13
repository = ' https://github.com/python-lapidary/lapidary'
You can’t perform that action at this time.
0 commit comments