From 312d2634ce6baf0eede8342a12a3a8cd24688d2f Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:27:44 +0530 Subject: [PATCH] prepare: v2.2.2 --- CHANGELOG.md | 17 ++++++++++++++++- src/clickgen/__init__.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40b3ff..569e7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v2.2.2] - 24 April 2024 + +### Important Changes + +- Re-canvas all windows sizes to prevent blurry windows cursors f81ae4d2f4d63913f4ed60cdba351f74c5d9668b + +### What's New? + +- Support python 3.12 + +### Changes + +- ci: exclude older python version(>3.10) on macOS runner + ## [v2.2.1] - 02 March 2024 ### Important Changes @@ -330,7 +344,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - auto-generated **symlinks** based on input configs - `.tar` archive & `directory` as out **package**. -[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.1...main +[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.2...main +[v2.2.2]: https://github.com/ful1e5/clickgen/compare/v2.2.1...v2.2.2 [v2.2.1]: https://github.com/ful1e5/clickgen/compare/v2.2.0...v2.2.1 [v2.2.0]: https://github.com/ful1e5/clickgen/compare/v2.1.9...v2.2.0 [v2.1.9]: https://github.com/ful1e5/clickgen/compare/v2.1.8...v2.1.9 diff --git a/src/clickgen/__init__.py b/src/clickgen/__init__.py index 36523f3..15dba14 100644 --- a/src/clickgen/__init__.py +++ b/src/clickgen/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "2.2.1" +__version__ = "2.2.2"