File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6
6
and the format of this file is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
7
7
8
8
9
- ## [ NEXT ]
9
+ ## [ 0.10.0 ] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.10.0 ) - 2024-06-01
10
10
### Added
11
11
- Support response envelope objects to allow returning headers together with the body model.
12
12
13
13
14
- ## [ 0.9.1] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.9.0 ) - 2024-05-25
14
+ ## [ 0.9.1] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.9.1 ) - 2024-05-25
15
15
### Fixed
16
16
- Moved pytest-asyncio dependency to dev group.
17
17
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " lapidary"
3
- version = " 0.9.1 "
3
+ version = " 0.10.0 "
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