Skip to content

Commit a9f4d5b

Browse files
🔖 0.12.2
1 parent b7f1065 commit a9f4d5b

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.2] - 2024-11-20
99

1010
### Fixed
1111

@@ -112,7 +112,8 @@ and the format of this file is based on [Keep a Changelog](https://keepachangelo
112112
### Fixed
113113
- Dynamically creating generic types
114114

115-
[unreleased]: https://github.com/python-lapidary/lapidary/compare/v0.12.1...HEAD
115+
[unreleased]: https://github.com/python-lapidary/lapidary/compare/v0.12.2...HEAD
116+
[0.12.2]: https://github.com/python-lapidary/lapidary/compare/v0.12.1...v0.12.2
116117
[0.12.1]: https://github.com/python-lapidary/lapidary/compare/v0.12.0...v0.12.1
117118
[0.12.0]: https://github.com/python-lapidary/lapidary/compare/v0.11.0...v0.12.0
118119
[0.11.0]: https://github.com/python-lapidary/lapidary/compare/v0.10.0...v0.11.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.1"
3+
version = "0.12.2"
44
description = "Python async OpenAPI client library"
55
authors = ["Raphael Krupinski <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)