Skip to content

Commit 070a299

Browse files
committed
Version bump v2.8.0
1 parent f5ff46e commit 070a299

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

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+
724
v2.7.3
825
------
926

ufmt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "2.7.3"
7+
__version__ = "2.8.0"

0 commit comments

Comments
 (0)