Skip to content

Commit 22f8315

Browse files
committed
Update changes and version
1 parent f1716c9 commit 22f8315

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.8.1 (11th January 2024)
4+
5+
* Don't recommend `__all__` be a tuple by @tonybaloney in https://github.com/tonybaloney/perflint/pull/49
6+
* Add clarity to the try in a loop rule by @tonybaloney in https://github.com/tonybaloney/perflint/pull/48
7+
38
## 0.8.0 (10th January 2024)
49

510
* fix: pre-commit configuration filename by @adamantike in https://github.com/tonybaloney/perflint/pull/32

perflint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if TYPE_CHECKING:
99
from pylint.lint import PyLinter
1010

11-
__version__ = "0.8.0"
11+
__version__ = "0.8.1"
1212

1313

1414
def register(linter: "PyLinter") -> None:

0 commit comments

Comments
 (0)