Skip to content

Commit e9b519d

Browse files
author
Raphael Krupinski
committed
🔖 0.9.0
1 parent 7a3a22d commit e9b519d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

‎ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

‎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.8.0"
10+
version = "0.9.0"
1111
packages = [{ include = "lapidary", from = "src" }]
1212
readme = 'Readme.md'
1313
repository = 'https://github.com/python-lapidary/lapidary'

0 commit comments

Comments
 (0)