From 3150c4806437d26f9d5acb1932cecb067a3378c2 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Wed, 1 May 2024 18:42:26 -0700 Subject: [PATCH] Version bump v2.6.0 --- CHANGELOG.md | 14 ++++++++++++++ ufmt/__version__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a31bec..02a202c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ [![Generated by attribution][attribution-badge]][attribution-url] +v2.6.0 +------ + +Feature release + +- Experimental support for using ruff's import sorter (#213) + +```text +$ git shortlog -s v2.5.1...v2.6.0 + 2 Amethyst Reese + 7 dependabot[bot] +``` + + v2.5.1 ------ diff --git a/ufmt/__version__.py b/ufmt/__version__.py index 5839930..54e3a8c 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.5.1" +__version__ = "2.6.0"