Skip to content

Commit 9bb4a9d

Browse files
author
Raphael Krupinski
committed
🔖 Version 0.10.0 .
1 parent 6bb0852 commit 9bb4a9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66
and the format of this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88

9-
## [NEXT]
9+
## [0.10.0](https://github.com/python-lapidary/lapidary/releases/tag/v0.10.0) - 2024-06-01
1010
### Added
1111
- Support response envelope objects to allow returning headers together with the body model.
1212

1313

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
1515
### Fixed
1616
- Moved pytest-asyncio dependency to dev group.
1717

‎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.1"
3+
version = "0.10.0"
44
description = "Python async OpenAPI client library"
55
authors = ["Raphael Krupinski <rafalkrupinski@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)