All notable changes to the "pylintfileheader" pypi package will be documented in this file.
This project follows semantic versioning.
- Require pylint>=3.0,<4.0
- Require python>=3.8
- Require installation of pylint<3.0
- pypi file upload
- how the file header and files are read. Now windows' CRLF line breaks are supported. Thx to Piotr Kasprzyk (@pkasprzyk).
2020-12-28 - v0.3.0
- option
file-header-path
to store the file header in its own file. Contributed by Sergey Vilgelm (@SVilgelm)
2020-12-28 - v0.2.0
- option
file-header-ignore-empty-files
to ignore empty files (#1) contributed by Sergey Vilgelm (@SVilgelm)
2019-10-30 - v0.1.0
- python 2.7 support: The next major release will drop support for python 2.7
- CI jobs to test against all supported python versions
2018-11-28 - v0.0.2
- example usage in the readme
2018-11-25 - v0.0.1
- Initial Release
- a feature that enables pylint to lint for a consistent file header