Skip to content

Commit

Permalink
prepare: v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Mar 2, 2024
1 parent c69482c commit 27a8980
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/clickgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit 27a8980

Please sign in to comment.