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 f5ff46e commit 070a299Copy full SHA for 070a299
CHANGELOG.md
@@ -4,6 +4,23 @@
4
[![Generated by attribution][attribution-badge]][attribution-url]
5
6
7
+v2.8.0
8
+------
9
+
10
+Feature release
11
12
+- New: passes more sorting options to ruff-api to replicate usort options (#247)
13
+- Deps: ruff support depends on `ruff-api >= 0.1.0` (#247)
14
+- Docs: Spelling fixes (#245)
15
16
+```text
17
+$ git shortlog -s v2.7.3...v2.8.0
18
+ 2 Amethyst Reese
19
+ 1 Mads Hougesen
20
+ 1 dependabot[bot]
21
+```
22
23
24
v2.7.3
25
------
26
ufmt/__version__.py
@@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""
-__version__ = "2.7.3"
+__version__ = "2.8.0"
0 commit comments