From 4dcc5e56d0f2e8b68e8a5c94228e233933678fe9 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Thu, 22 Aug 2024 23:26:43 -0700 Subject: [PATCH] Version bump v2.7.1 --- CHANGELOG.md | 15 +++++++++++++++ ufmt/__version__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db93674..7998b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------ diff --git a/ufmt/__version__.py b/ufmt/__version__.py index 85e5ec2..94a5a05 100644 --- a/ufmt/__version__.py +++ b/ufmt/__version__.py @@ -4,4 +4,4 @@ Do not edit manually. Get more info at https://attribution.omnilib.dev """ -__version__ = "2.7.0" +__version__ = "2.7.1"