Skip to content

Commit

Permalink
Version bump v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Aug 23, 2024
1 parent 28fa956 commit 4dcc5e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
[![Generated by attribution][attribution-badge]][attribution-url]


v2.7.1
------

Bugfix release

- Fix: pass project root directory to ruff-api when sorting imports (#232)
- Tested on Python 3.13 rc1

```text
$ git shortlog -s v2.7.0...v2.7.1
4 Amethyst Reese
8 dependabot[bot]
```


v2.7.0
------

Expand Down
2 changes: 1 addition & 1 deletion ufmt/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "2.7.0"
__version__ = "2.7.1"

0 comments on commit 4dcc5e5

Please sign in to comment.