Skip to content

Commit

Permalink
🔖 Release 0.9.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed May 25, 2024
1 parent 334f2bb commit 3f63f8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and the format of this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.9.0]
## [0.9.1](https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0) - 2024-05-25
### Fixed
- Moved pytest-asyncio dependency to dev group.

## [0.9.0](https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0) - 2024-05-16
### Added
- Added a default user-agent header.
- Added support for security scheme combinations.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lapidary"
version = "0.9.0"
version = "0.9.1"
description = "Python async OpenAPI client library"
authors = ["Raphael Krupinski <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3f63f8a

Please sign in to comment.