File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) ,
6
6
and the format of this file is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
7
7
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
9
13
### Added
10
14
- Added a default user-agent header.
11
15
- Added support for security scheme combinations.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " lapidary"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
description = " Python async OpenAPI client library"
5
5
authors = [" Raphael Krupinski <rafalkrupinski@users.noreply.github.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments