Skip to content

Commit 27a8980

Browse files
committed
prepare: v2.2.1
1 parent c69482c commit 27a8980

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v2.2.1] - 02 March 2024
11+
1012
### Important Changes
1113

12-
- Remove canvasing from lower resolution (>32px) in Windows Cursor
14+
- aa9ea8a1102026d656c06ad28a40e9d781d9e124 Remove canvasing from lower resolution (>32px) in Windows Cursor
1315

1416
### Changes
1517

@@ -328,7 +330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
328330
- auto-generated **symlinks** based on input configs
329331
- `.tar` archive & `directory` as out **package**.
330332

331-
[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.0...main
333+
[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.1...main
334+
[v2.2.1]: https://github.com/ful1e5/clickgen/compare/v2.2.0...v2.2.1
332335
[v2.2.0]: https://github.com/ful1e5/clickgen/compare/v2.1.9...v2.2.0
333336
[v2.1.9]: https://github.com/ful1e5/clickgen/compare/v2.1.8...v2.1.9
334337
[v2.1.8]: https://github.com/ful1e5/clickgen/compare/v2.1.7...v2.1.8

src/clickgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = "2.2.0"
4+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)