Skip to content

Commit

Permalink
🔖 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed May 17, 2024
1 parent 7a3a22d commit e9b519d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Next]


## [0.8.0](https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0) - 2024-05-17
### Added
- Support for OAuth2 password flow.

### Changed
- Generate code for lapidary 0.9.0 .
- Migrated from Copier to Rybak for generating directory tree.

### Removed
- Temporary removed nicer package names to simplify code.
- Temporary removed support for paging.


## [0.8.0](https://github.com/python-lapidary/lapidary/releases/tag/v0.8.0) - 2023-01-02
### Added
- Support for returning array result as an async iterator.
Expand Down
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 <[email protected]>"]
description = "Python async OpenAPI client library generator"
license = "AGPL-3.0"
name = "lapidary-render"
version = "0.8.0"
version = "0.9.0"
packages = [{ include = "lapidary", from = "src" }]
readme = 'Readme.md'
repository = 'https://github.com/python-lapidary/lapidary'
Expand Down

0 comments on commit e9b519d

Please sign in to comment.