All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.2 - 2024-02-03
Compare with the previous version
- Move linting and formatting configs from
config
to.devconfig
- Remove
python3.9
- Remove unused features
1.2.1 - 2024-02-03
Compare with the previous version
- Fix deprecation warning in
roff.toml
- Add mypy pre-commit hook
1.2.0 - 2024-02-03
Compare with the previous version
- Remove local pre-commit hooks, as they were too slow
- Add proper venv reusing in nox sessions
- Update documentation
1.0.0 - 2023-08-20
Compare with the previous version
- Add pre-commit hooks
- Add VSCode Dev Containers support
- Add semi-automatic changelog generation
0.1.0 - 2023-08-20
- Add PDM project config
- Add basic static code analysis (ruff, bandit, safety)
- Add basic formatting (black, ssort, isort)
- Add basic tests (pytest, coverage)
- Add basic GitHub Workflows
- Add nox as a task runner
- Add LICENSE generation