Skip to content

Commit ecb3077

Browse files
committed
Update release notes
1 parent 9e246da commit ecb3077

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.7.3 (16th May 2022)
4+
5+
* Fixes a regression bug in the loop invariant name
6+
37
## 0.7.2 (12th May 2022)
48

59
* Renamed the global usage in loop to `loop-global-usage`

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.2"
11+
__version__ = "0.7.3"
1212

1313

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

0 commit comments

Comments
 (0)