Skip to content

Commit

Permalink
prepare v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jun 9, 2024
1 parent e79b94c commit ce70d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v2.2.5] - 09 June 2024

### Issue Fixes

- Fixed hotspot calculation while re-canvasing
Expand Down Expand Up @@ -360,7 +362,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.4...main
[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.5...main
[v2.2.5]: https://github.com/ful1e5/clickgen/compare/v2.2.4...v2.2.5
[v2.2.4]: https://github.com/ful1e5/clickgen/compare/v2.2.3...v2.2.4
[v2.2.3]: https://github.com/ful1e5/clickgen/compare/v2.2.2...v2.2.3
[v2.2.2]: https://github.com/ful1e5/clickgen/compare/v2.2.1...v2.2.2
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.4"
__version__ = "2.2.5"

0 comments on commit ce70d07

Please sign in to comment.