Skip to content

Releases: thombashi/tcolorpy

v0.1.6

27 Apr 16:14
v0.1.6
Compare
Choose a tag to compare
  • Add a build and release workflow

Full Changelog: v0.1.5...v0.1.6

v0.1.5

27 Apr 15:48
v0.1.5
Compare
Choose a tag to compare

What's Changed

Improvements

Other Changes

  • 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

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

16 Sep 12:40
v0.1.4
Compare
Choose a tag to compare
  • Improve type annotations
  • Modify to use pypa/build for package build
  • Remove deprecated setup.py calls
  • Update [build-system]

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 May 08:52
v0.1.3
Compare
Choose a tag to compare
  • Add support for Python 3.11
  • Drop support for Python 3.6
  • Update a help message of CLI

v0.1.2

26 Feb 15:37
v0.1.2
Compare
Choose a tag to compare

What's Changed

  • 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

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.0

12 Jun 13:34
v0.1.0
Compare
Choose a tag to compare
  • Add hsv property to Color class
  • Drop support for Python 3.5