Skip to content

Commit ce70d07

Browse files
committed
prepare v2.2.5
1 parent e79b94c commit ce70d07

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v2.2.5] - 09 June 2024
11+
1012
### Issue Fixes
1113

1214
- Fixed hotspot calculation while re-canvasing
@@ -360,7 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
360362
- auto-generated **symlinks** based on input configs
361363
- `.tar` archive & `directory` as out **package**.
362364

363-
[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.4...main
365+
[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.2.5...main
366+
[v2.2.5]: https://github.com/ful1e5/clickgen/compare/v2.2.4...v2.2.5
364367
[v2.2.4]: https://github.com/ful1e5/clickgen/compare/v2.2.3...v2.2.4
365368
[v2.2.3]: https://github.com/ful1e5/clickgen/compare/v2.2.2...v2.2.3
366369
[v2.2.2]: https://github.com/ful1e5/clickgen/compare/v2.2.1...v2.2.2

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.4"
4+
__version__ = "2.2.5"

0 commit comments

Comments
 (0)