Skip to content

Commit 917030d

Browse files
committed
release: 5.0.2
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 5e51cd1 commit 917030d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# AutoSetSyntax Changelog
22

3+
## 5.0.2
4+
5+
- fix: hidden syntaxes are not chosen
6+
- fix: regexes of rules for internal custom syntaxes
7+
38
## 5.0.1
49

510
- feat: add a rule for RSpec files

plugin/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
################################################################################
1616

17-
VERSION_INFO = (5, 0, 1)
17+
VERSION_INFO = (5, 0, 2)
1818
VERSION = ".".join(map(str, VERSION_INFO))
1919

2020
################################################################################

0 commit comments

Comments
 (0)