Skip to content

Commit

Permalink
🔖 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jul 1, 2024
1 parent 7ecb007 commit 90595b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.1] - 2034-07-01

### Fixed

Expand Down Expand Up @@ -165,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
[unreleased]: https://github.com/python-lapidary/lapidary-render/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/python-lapidary/lapidary-render/compare/v0.10.0...v0.10.1
[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
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 <rafalkrupinski@users.noreply.github.com>"]
description = "Python async OpenAPI client library generator"
license = "AGPL-3.0"
name = "lapidary-render"
version = "0.10.0"
version = "0.10.1"
packages = [{ include = "lapidary", from = "src" }]
readme = 'Readme.md'
repository = 'https://github.com/python-lapidary/lapidary'
Expand Down

0 comments on commit 90595b3

Please sign in to comment.