Skip to content

Commit 3f63f8a

Browse files
author
Raphael Krupinski
committed
🔖 Release 0.9.1 .
1 parent 334f2bb commit 3f63f8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and the format of this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [0.9.0]
8+
## [0.9.1](https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0) - 2024-05-25
9+
### Fixed
10+
- Moved pytest-asyncio dependency to dev group.
11+
12+
## [0.9.0](https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0) - 2024-05-16
913
### Added
1014
- Added a default user-agent header.
1115
- Added support for security scheme combinations.

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lapidary"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Python async OpenAPI client library"
55
authors = ["Raphael Krupinski <rafalkrupinski@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)