Skip to content

Commit b0b5e68

Browse files
committed
Version bump v2024.10.17
1 parent a121a76 commit b0b5e68

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ vscode-ufmt
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

7+
v2024.10.17
8+
-----------
9+
10+
Feature release
11+
12+
- Add support for Python 3.13 with bundled wheels
13+
- Drop support for Python 3.8
14+
- Update bundled black to 24.10.0
15+
- Update bundled ufmt to 2.7.3
16+
- Start bundling ruff-api 0.0.8 for experimental ruff formatting support.
17+
See https://ufmt.omnilib.dev/en/stable/guide.html#configuration
18+
19+
```text
20+
$ git shortlog -s v2024.6.15...v2024.10.17
21+
8 Amethyst Reese
22+
```
23+
24+
725
v2024.6.15
826
----------
927

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ufmt",
33
"displayName": "\u00b5fmt",
44
"description": "Safe, atomic formatting with black and \u00b5sort",
5-
"version": "2024.6.15",
5+
"version": "2024.10.17",
66
"preview": false,
77
"serverInfo": {
88
"name": "ufmt",

0 commit comments

Comments
 (0)