Skip to content

Commit

Permalink
Update changes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jan 10, 2024
1 parent f1716c9 commit 22f8315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.8.1 (11th January 2024)

* Don't recommend `__all__` be a tuple by @tonybaloney in https://github.com/tonybaloney/perflint/pull/49
* Add clarity to the try in a loop rule by @tonybaloney in https://github.com/tonybaloney/perflint/pull/48

## 0.8.0 (10th January 2024)

* fix: pre-commit configuration filename by @adamantike in https://github.com/tonybaloney/perflint/pull/32
Expand Down
2 changes: 1 addition & 1 deletion perflint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if TYPE_CHECKING:
from pylint.lint import PyLinter

__version__ = "0.8.0"
__version__ = "0.8.1"


def register(linter: "PyLinter") -> None:
Expand Down

0 comments on commit 22f8315

Please sign in to comment.