Skip to content

Commit

Permalink
prepare: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Apr 24, 2024
1 parent 8de6583 commit 312d263
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.1"
__version__ = "2.2.2"

0 comments on commit 312d263

Please sign in to comment.