initial commit
This commit is contained in:
32
changelog.md
Normal file
32
changelog.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [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](https://confluence.sbb.ch/spaces/CYBERSEC/pages/1585571010/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](https://code.sbb.ch/projects/KD_ESTA_BLUEPRINTS/repos/esta-python-cookiecutter/browse).
|
||||
Reference in New Issue
Block a user