We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fc999 commit cda07a0Copy full SHA for cda07a0
CHANGELOG.md
@@ -4,6 +4,23 @@ vscode-ufmt
4
[![Generated by attribution][attribution-badge]][attribution-url]
5
6
7
+v2023.12.26
8
+-----------
9
+
10
+Maintenance release
11
12
+- Change: default to 'useBundled' import strategy
13
+- Change: no longer attempts to auto-reload ufmt/usort/libcst/black
14
+- Fix: issues with libcst > 1.0 and native extensions
15
+- Fix: crash on second attempt to format with libcst 1.0 or 1.1
16
+- New: support for Python 3.12 with bundled wheels
17
18
+```text
19
+$ git shortlog -s v2023.4.3...v2023.12.26
20
+ 8 Amethyst Reese
21
+```
22
23
24
v2023.4.3
25
---------
26
0 commit comments