Skip to content

Commit 63b5ef9

Browse files
🔖 0.12.3
1 parent f1561b4 commit 63b5ef9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎ChangeLog.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and the format of this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8-
## [Unreleased]
8+
## [0.12.3] - 2025-03-01
99
### Fixed
1010

1111
- Fix handling arrays.
@@ -120,7 +120,8 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
120120
### Fixed
121121
- Dynamically creating generic types
122122

123-
[unreleased]: https://github.com/python-lapidary/lapidary/compare/v0.12.2...HEAD
123+
[unreleased]: https://github.com/python-lapidary/lapidary/compare/v0.12.3...HEAD
124+
[0.12.2]: https://github.com/python-lapidary/lapidary/compare/v0.12.2...v0.12.3
124125
[0.12.2]: https://github.com/python-lapidary/lapidary/compare/v0.12.1...v0.12.2
125126
[0.12.1]: https://github.com/python-lapidary/lapidary/compare/v0.12.0...v0.12.1
126127
[0.12.0]: https://github.com/python-lapidary/lapidary/compare/v0.11.0...v0.12.0

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

0 commit comments

Comments
 (0)