From 27a898076a97d692af3a77a0b1b0870aeff87f2f Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:53:36 +0530 Subject: [PATCH] prepare: v2.2.1 --- CHANGELOG.md | 7 +++++-- src/clickgen/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b5319..c40b3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v2.2.1] - 02 March 2024 + ### Important Changes -- Remove canvasing from lower resolution (>32px) in Windows Cursor +- aa9ea8a1102026d656c06ad28a40e9d781d9e124 Remove canvasing from lower resolution (>32px) in Windows Cursor ### Changes @@ -328,7 +330,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.0...main +[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.1...main +[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 [v2.1.8]: https://github.com/ful1e5/clickgen/compare/v2.1.7...v2.1.8 diff --git a/src/clickgen/__init__.py b/src/clickgen/__init__.py index 1562e47..36523f3 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.0" +__version__ = "2.2.1"