File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88if TYPE_CHECKING :
99 from pylint .lint import PyLinter
1010
11- __version__ = "0.7.3 "
11+ __version__ = "0.8.0 "
1212
1313
1414def register (linter : "PyLinter" ) -> None :
You can’t perform that action at this time.
0 commit comments