File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ 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
- ## [ Unreleased ]
9
+ ## [ 0.12.0 ] - 2024-10-21
10
10
11
11
### Added
12
12
- Accept session_factory in ` ClientBase.__init__ ` .
@@ -39,7 +39,7 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
39
39
- Support response envelope objects to allow returning headers together with the body model.
40
40
41
41
42
- ## [ 0.9.1] ( https://github.com/python-lapidary/lapidary/releases/tag/v0.9.1 ) - 2024-05-25
42
+ ## [ 0.9.1] - 2024-05-25
43
43
### Fixed
44
44
- Moved pytest-asyncio dependency to dev group.
45
45
@@ -99,6 +99,8 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
99
99
### Fixed
100
100
- Dynamically creating generic types
101
101
102
- [ unreleased ] : https://github.com/python-lapidary/lapidary/compare/v0.11.0...HEAD
102
+ [ unreleased ] : https://github.com/python-lapidary/lapidary/compare/v0.12.0...HEAD
103
+ [ 0.12.0 ] : https://github.com/python-lapidary/lapidary/compare/v0.11.0...v0.12.0
103
104
[ 0.11.0 ] : https://github.com/python-lapidary/lapidary/compare/v0.10.0...v0.11.0
104
105
[ 0.10.0 ] : https://github.com/python-lapidary/lapidary/compare/v0.9.1...v0.10.0
106
+ [ 0.9.1 ] : https://github.com/python-lapidary/lapidary/compare/v0.9.0...v0.9.1
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " lapidary"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
description = " Python async OpenAPI client library"
5
5
authors = [
" Raphael Krupinski <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments