1.1 KiB
1.1 KiB
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.
[Unreleased]
[1.1.0] - 2025-09-30
Changed
- Update development dependencies
- Replaced the pre-commit tools pylint, black, isort and pydocstyle with ruff
- The OWASP dependency check which is run as part of the build now includes suppressions for the standard dependencies of ESTA Python. Also, the check has been set to fail the build if there are critical vulnerabilities in your dependencies.
Added
- Support Python version 3.12 and set it as the default
[1.0.1] - 2025-08-18
Added
- README.md: Add info on how to use copier update
[1.0.0] - 2025-08-18
Added
- Initial release: Migrating from the now-deprecated esta-python-cookiecutter.