Skip to content

Commit 51bb012

Browse files
🔖 0.12.0
1 parent 7c67925 commit 51bb012

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎ChangeLog.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
## [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

‎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.11.0"
3+
version = "0.12.0"
44
description = "Python async OpenAPI client library"
55
authors = ["Raphael Krupinski <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)