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
66and the format of this file is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
77
88
9- ## [ Unreleased ]
9+ ## [ 0.12.0 ] - 2024-10-21
1010
1111### Added
1212- Accept session_factory in ` ClientBase.__init__ ` .
@@ -39,7 +39,7 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
3939- Support response envelope objects to allow returning headers together with the body model.
4040
4141
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
4343### Fixed
4444- Moved pytest-asyncio dependency to dev group.
4545
@@ -99,6 +99,8 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
9999### Fixed
100100- Dynamically creating generic types
101101
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
103104[ 0.11.0 ] : https://github.com/python-lapidary/lapidary/compare/v0.10.0...v0.11.0
104105[ 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 11[tool .poetry ]
22name = " lapidary"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44description = " Python async OpenAPI client library"
55authors = [
" Raphael Krupinski <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments