Skip to content

Releases: celynw/kellog

Release v1.0.1

31 Jan 13:12
Compare
Choose a tag to compare

1.0.1

Added

  • typing_extensions as a dependency.
    It was being installed automatically as part of the [dev] dependencies

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

29 Jan 00:48
Compare
Choose a tag to compare

1.0.0

Added

  • Unit tests and Makefile

Changed

  • Overhauled code
  • Now using Ruff
  • Now using pyproject.toml instead of setup.py
  • Replaced default status icons with codicons
  • Using a singleton class instead of setup_logger() function
  • Support python 3.7 to 3.12

Full Changelog: 0.2.0...v1.0.0