Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 2.06 KB

Changelog

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

Minor fixes and refactoring

  • 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

Features

  • Fix deprecation warning in roff.toml
  • Add mypy pre-commit hook

1.2.0 - 2024-02-03

Compare with the previous version

Features

  • 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

Features

  • Add pre-commit hooks
  • Add VSCode Dev Containers support
  • Add semi-automatic changelog generation

0.1.0 - 2023-08-20

Compare with first commit

Features

  • 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