CHANGELOG¶
This project uses [semantic versioning](https://semver.org/).
[0.0.8] - 2021-05-15¶
Added¶
tests for jenkins_status
tests for error_response
format_job parameter
Changed¶
setup use config file
[0.0.6] - 2021-05-08¶
Added¶
tox configuration
pre-commit configuration
tests for credentials and py3status version
gitlab ci configuration
Fixed¶
Findings of flake8 and pre-commit hooks
import py3status_jenkins_module in docs/conf.py
jenkins pakage in setup and gitlab-ci
[0.0.3] - 2021-04-29¶
Added¶
configuration file for readthedocs
python requirements for docs
version python module
[0.0.2] - 2021-04-29¶
Added¶
initial documentation (intro and configuration)
[0.0.1-dev5] - 2021-04-28 ——————–===== Added ~~~~~
PyPi documentation url
[0.0.1-dev4] - 2021-04-28 ——————–===== Added ~~~~~
changelog entries
Initial documentation (sphinx)
readme file for documentation
username/password credentials handling
Fixed¶
remove debug pring
failure status name in description
version (adjust to semantic versioning)
About the Changelog¶
https://keepachangelog.com suggests:
Guiding Principles
Changelogs are for humans, not machines.
There should be an entry for every single version.
The same types of changes should be grouped.
Versions and sections should be linkable.
The latest version comes first.
The release date of each version is displayed.
Mention whether you follow Semantic Versioning.
Types of changes
Added for new features.
Changed for changes in existing functionality.
Deprecated for soon-to-be removed features.
Removed for now removed features.
Fixed for any bug fixes.
Security in case of vulnerabilities.