Skip to content

Commit

Permalink
release: 4.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Aug 9, 2024
1 parent 9fb6734 commit ddba334
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 @@
# AutoSetSyntax Changelog

## 4.1.9

- fix: some regex rules which use `\b`

## 4.1.8

- chore: add `typing-extensions` as a dependency
Expand Down
2 changes: 1 addition & 1 deletion plugin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

VERSION_INFO = (4, 1, 8)
VERSION_INFO = (4, 1, 9)
VERSION = ".".join(map(str, VERSION_INFO))

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

0 comments on commit ddba334

Please sign in to comment.