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"