Releases: SkypLabs/python4yahdlc
Releases · SkypLabs/python4yahdlc
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
Enhancements
- Reorganise test files
- Replace Pylint and Flake8 with Ruff and Black
- Update supported Python versions
- Store project metadata in
pyproject.toml
- Add
examples
optional requirements - Add pre-commit configuration file
- Use tox to run tests and linters
Fixes
- Installation problem on Windows (#3)
- All linting errors
Infrastructure
- Add Windows 2019 to the build matrix
- Add CodeQL workflow for GitHub code scanning
- Monitor dependencies with Dependabot
- Use
main
as branch for production releases - Switch from Travis CI to GitHub Actions