Skip to content

Commit

Permalink
release: 2.11.18
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 16, 2024
1 parent e067312 commit 29ee66e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# AutoSetSyntax Changelog

## 2.11.18

- chore: match "requirements.in" as Python `requirements.txt`
- chore: rename "special cases" to "heuristics"

## 2.11.17

- chore: add rule for Python `requirements.txt` files
Expand Down
2 changes: 1 addition & 1 deletion plugin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

################################################################################

VERSION_INFO = (2, 11, 17)
VERSION_INFO = (2, 11, 18)
VERSION = ".".join(map(str, VERSION_INFO))

################################################################################
Expand Down

0 comments on commit 29ee66e

Please sign in to comment.