Skip to content

Commit

Permalink
🔖 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Aug 14, 2024
1 parent d3e08fa commit 6df0517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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.11.0] - 2024-08-14

### Added

Expand All @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added missing runtime dependency on httpx


## [0.10.1] - 2034-07-01
## [0.10.1] - 2024-07-01

### Fixed

Expand Down Expand Up @@ -183,7 +183,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.1...HEAD
[unreleased]: https://github.com/python-lapidary/lapidary-render/compare/v0.11.0...HEAD
[0.10.1]: https://github.com/python-lapidary/lapidary-render/compare/v0.10.1...v0.11.0
[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
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.10.1"
version = "0.11.0"
packages = [{ include = "lapidary", from = "src" }]
readme = 'Readme.md'
repository = 'https://github.com/python-lapidary/lapidary'
Expand Down

0 comments on commit 6df0517

Please sign in to comment.