Skip to content

Commit 6fe5f16

Browse files
committed
🔖 v0.3.0
1 parent 87fb2ac commit 6fe5f16

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This project follows [semantic versioning](https://semver.org/).
44

55
## Unreleased
66

7+
[All Changes](https://github.com/HaaLeo/pylint-file-header/compare/v0.3.0...master)
8+
9+
## 2020-12-28 - [v0.3.0](https://github.com/HaaLeo/pylint-file-header/tree/v0.3.0)
10+
11+
### Added
12+
* option `file-header-path` to store the file header in its own file. Contributed by Sergey Vilgelm ([@SVilgelm](https://github.com/SVilgelm))
13+
14+
[All Changes](https://github.com/HaaLeo/pylint-file-header/compare/v0.2.0...v0.3.0)
15+
716
## 2020-12-28 - [v0.2.0](https://github.com/HaaLeo/pylint-file-header/tree/v0.2.0)
817

918
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setup(
1414
# PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged
1515
name='pylintfileheader',
16-
version='0.2.0',
16+
version='0.3.0',
1717
packages=find_packages(exclude=['*test']),
1818
description='Enables pylint to force a consistent file header.',
1919
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)