Skip to content

v0.5.0

Compare
Choose a tag to compare
@SkypLabs SkypLabs released this 19 Aug 14:38
· 13 commits to develop since this release
v0.5.0

Enhancements

  • Update requires-python in pyproject.toml
  • Add type hints
  • Remove MANIFEST.in
  • Add pre-commit configuration file
  • Add isort to the dev dependencies
  • Replace Pylint and Flake8 with Ruff and Black
  • Add Tox config
  • Replace setup.py with pyproject.toml
  • Use an entry point to generate the CLI tool
  • Add __version__ attribute to package

Fixes

  • Fix wrong sleep interval when quite flag is set
  • Close file descriptor in all cases
  • Fix SerialException path
  • Replace isSet() with is_set()
  • Fix formatting issues
  • Fix linting errors

Infrastructure

  • Monitor GH Actions dependencies with Dependabot
  • Replace Travis CI with GitHub Actions