Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

72 lines (46 loc) · 2.52 KB

Changelog

All notable changes to the "pylintfileheader" pypi package will be documented in this file.
This project follows semantic versioning.

Unreleased

All Changes

2023-11-01 - [v1.0.0]

BREAKING CHANGES

  • Require pylint>=3.0,<4.0
  • Require python>=3.8

All Changes

2023-11-01 - [v0.3.3]

Fixed

  • Require installation of pylint<3.0

All Changes

2021-09-17 - [v0.3.2]

Fixed

  • pypi file upload

All Changes

2021-09-17 - [v0.3.1]

Fixed

  • how the file header and files are read. Now windows' CRLF line breaks are supported. Thx to Piotr Kasprzyk (@pkasprzyk).

All Changes

2020-12-28 - v0.3.0

Added

  • option file-header-path to store the file header in its own file. Contributed by Sergey Vilgelm (@SVilgelm)

All Changes

2020-12-28 - v0.2.0

Added

  • option file-header-ignore-empty-files to ignore empty files (#1) contributed by Sergey Vilgelm (@SVilgelm)

All Changes

2019-10-30 - v0.1.0

DEPRECATED

  • python 2.7 support: The next major release will drop support for python 2.7

Added

  • CI jobs to test against all supported python versions

All Changes

2018-11-28 - v0.0.2

Added

Fixed

  • example usage in the readme

All Changes

2018-11-25 - v0.0.1

  • Initial Release

Added

  • a feature that enables pylint to lint for a consistent file header