A hotfix to correct a regression for Python 3.8
What's Changed
- Changed type hints from list[str] to List[str] in redlines/processor.py for better consistency with Python's typing module. Closed #42 [Thanks to @servient-ashwin for raising this]
- Extended the supported Python versions in the CI configuration to include Python 3.8 and 3.12 (.github/workflows/python-package.yml).
- Added a new CLI command to output redline comparisons as markdown with various style options (redlines/cli.py).
- New image for Readme.Md etc featuring red-green (the default) output
Full Changelog: v0.5.0...v0.5.1