Skip to content

Commit

Permalink
Prepare v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Sep 14, 2023
1 parent 2ec289b commit 22e74ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v2.1.8] - 14 September 2023

### Changes

- chore: `x11_name` is optional in cursor configs

### Issues Fixes

- typo: Fixed typo in windows packaging registry `Unavailiable` -> `Unavailable`

## [v2.1.7] - 13 September 2023

### What's New?
Expand Down Expand Up @@ -294,7 +304,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.1.7...main
[unreleased]: https://github.com/ful1e5/clickgen/compare/v2.1.8...main
[v2.1.8]: https://github.com/ful1e5/clickgen/compare/v2.1.7...v2.1.8
[v2.1.7]: https://github.com/ful1e5/clickgen/compare/v2.1.6...v2.1.7
[v2.1.6]: https://github.com/ful1e5/clickgen/compare/v2.1.5...v2.1.6
[v2.1.5]: https://github.com/ful1e5/clickgen/compare/v2.1.4...v2.1.5
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ project_urls =
Funding = https://github.com/sponsors/ful1e5
Twitter = https://twitter.com/ful1e5
classifiers =
Development Status :: 5 - Production/Stable
Development Status :: 6 - Mature
License :: OSI Approved :: MIT License
Programming Language :: C
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.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.1.7"
__version__ = "2.1.8"

0 comments on commit 22e74ac

Please sign in to comment.