Skip to content

Commit

Permalink
🚀 Prepare v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Mar 22, 2021
1 parent 758410d commit 1cdabe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions 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]

## [1.1.9] - 22 Mar 2021

### Added

- Couple of **linting** problem fixes
Expand All @@ -24,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed #23 packaging issue of `XPackager`
- Fixed #22 Inside `util.PNGProvider`

## [1.1.8] - 24 jan 2021 (Stable)
## [1.1.8] - 24 Jan 2021

### Added

Expand All @@ -44,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GitHub workflow with `matrix`
- fixed #12

## [1.1.7] - 5 Oct 2020 (Stable)
## [1.1.7] - 5 Oct 2020

### Added

Expand All @@ -56,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- skip `Pillow` is already installed

## [1.1.6] - 24 Sept 2020 (Stable)
## [1.1.6] - 24 Sept 2020

### Changed

Expand Down Expand Up @@ -130,7 +132,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/v1.1.8...main
[unreleased]: https://github.com/ful1e5/clickgen/compare/v1.1.9...main
[1.1.9]: https://github.com/ful1e5/clickgen/compare/v1.1.8...v1.1.9
[1.1.8]: https://github.com/ful1e5/clickgen/compare/v1.1.7...v1.1.8
[1.1.7]: https://github.com/ful1e5/clickgen/compare/1.1.6...v1.1.7
[1.1.6]: https://github.com/ful1e5/clickgen/compare/1.1.5-beta...1.1.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):

setup(
name="clickgen",
version="1.1.8",
version="1.1.9",
author="Kaiz Khatri",
author_email="[email protected]",
description="The hassle-free cursor building toolbox 🧰",
Expand Down

0 comments on commit 1cdabe9

Please sign in to comment.