Skip to content

Commit

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

## 0.8.0 (10th January 2024)

* fix: pre-commit configuration filename by @adamantike in https://github.com/tonybaloney/perflint/pull/32
* Test other versions of Python in CI by @tonybaloney in https://github.com/tonybaloney/perflint/pull/33
* Migrate to pylint v3 by @jenstroeger in https://github.com/tonybaloney/perflint/pull/46
* Drop support for Python 3.7
* Add support for Python 3.12

## 0.7.3 (16th May 2022)

* Fixes a regression bug in the loop invariant name
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.7.3"
__version__ = "0.8.0"


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

0 comments on commit 136408e

Please sign in to comment.