v0.1.7 - 2024-12-29
- Drop support for Python 3.7/3.8
- Add support for Python 3.13
- Fix README rendering on PyPI
- Refactor type annotations
- Update copyright years
- Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 in the actions-dependencies group by @dependabot in #6
Full Changelog: https://github.com/thombashi/tcolorpy/compare/v0.1.6...v0.1.7
v0.1.6 - 2024-04-27
- Add a build and release workflow
Full Changelog: https://github.com/thombashi/tcolorpy/compare/v0.1.5...v0.1.6
v0.1.5 - 2024-04-27
- Add
__all__
to__init__.py
- Update CI by @thombashi in #5
- Add support for Python 3.12
- Add CHANGELOG.md
- Add Sigstore signatures to release assets
- Modify to use
setuptools_scm
for package build - Bump actions/setup-python from 4 to 5 in the actions-dependencies group by @dependabot in #4
- @dependabot made their first contribution in #4
Full Changelog: https://github.com/thombashi/tcolorpy/compare/v0.1.4...v0.1.5
v0.1.4 - 2023-09-16
- Improve type annotations
- Modify to use
pypa/build
for package build - Remove deprecated
setup.py
calls - Update
[build-system]
Full Changelog: https://github.com/thombashi/tcolorpy/compare/v0.1.3...v0.1.4
v0.1.3 - 2023-05-05
- Add support for Python 3.11
- Drop support for Python 3.6
- Update a help message of CLI
v0.1.2 - 2022-02-26
- Use extras in tox instead of self-referencing the package in deps by @hroncok in #1
- Removed shebang from main.py by @hegjon in #3
Full Changelog: https://github.com/thombashi/tcolorpy/compare/v0.1.1...v0.1.2
v0.1.0 - 2021-06-12
- Add
hsv
property toColor
class - Drop support for Python 3.5