We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cc6c4 commit 8962117Copy full SHA for 8962117
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# AutoSetSyntax Changelog
2
3
+## 6.0.1
4
+
5
+- fix: use Logger.log rather than print
6
+- refactor: remove redundant future annotations import (PEP 749)
7
8
## 6.0.0
9
10
- refactor: requires py314 (ST >= 4203)
plugin/constants.py
@@ -8,7 +8,7 @@
################################################################################
11
-VERSION_INFO = (6, 0, 0)
+VERSION_INFO = (6, 0, 1)
12
VERSION = ".".join(map(str, VERSION_INFO))
13
14
0 commit comments