Skip to content

Commit 8962117

Browse files
committed
release: 6.0.1
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent d7cc6c4 commit 8962117

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+
## 6.0.1
4+
5+
- fix: use Logger.log rather than print
6+
- refactor: remove redundant future annotations import (PEP 749)
7+
38
## 6.0.0
49

510
- refactor: requires py314 (ST >= 4203)

plugin/constants.py

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

99
################################################################################
1010

11-
VERSION_INFO = (6, 0, 0)
11+
VERSION_INFO = (6, 0, 1)
1212
VERSION = ".".join(map(str, VERSION_INFO))
1313

1414
################################################################################

0 commit comments

Comments
 (0)