Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed May 15, 2022
1 parent 9e246da commit ecb3077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 0.7.3 (16th May 2022)

* Fixes a regression bug in the loop invariant name

## 0.7.2 (12th May 2022)

* Renamed the global usage in loop to `loop-global-usage`
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.2"
__version__ = "0.7.3"


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

0 comments on commit ecb3077

Please sign in to comment.