Skip to content

Commit 305f3c5

Browse files
committed
release: 5.0.2
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 893d6d2 commit 305f3c5

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
@@ -10,7 +10,7 @@
1010

1111
################################################################################
1212

13-
VERSION_INFO = (5, 0, 1)
13+
VERSION_INFO = (5, 0, 2)
1414
VERSION = ".".join(map(str, VERSION_INFO))
1515

1616
################################################################################

0 commit comments

Comments
 (0)