Skip to content

Commit 136408e

Browse files
committed
Update versions
1 parent d59304e commit 136408e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 0.8.0 (10th January 2024)
4+
5+
* fix: pre-commit configuration filename by @adamantike in https://github.com/tonybaloney/perflint/pull/32
6+
* Test other versions of Python in CI by @tonybaloney in https://github.com/tonybaloney/perflint/pull/33
7+
* Migrate to pylint v3 by @jenstroeger in https://github.com/tonybaloney/perflint/pull/46
8+
* Drop support for Python 3.7
9+
* Add support for Python 3.12
10+
311
## 0.7.3 (16th May 2022)
412

513
* Fixes a regression bug in the loop invariant name

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.7.3"
11+
__version__ = "0.8.0"
1212

1313

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

0 commit comments

Comments
 (0)