Releases: celynw/kellog
Releases · celynw/kellog
Release v1.0.1
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
1.0.0
Added
- Unit tests and
Makefile
Changed
- Overhauled code
- Now using Ruff
- Now using
pyproject.toml
instead ofsetup.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