From 070a29971e1baf3de15df45ea04ddda25ff3a257 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Thu, 24 Oct 2024 23:11:10 -0700 Subject: [PATCH] Version bump v2.8.0 --- CHANGELOG.md | 17 +++++++++++++++++ ufmt/__version__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f411f78..05114d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ [![Generated by attribution][attribution-badge]][attribution-url] +v2.8.0 +------ + +Feature release + +- New: passes more sorting options to ruff-api to replicate usort options (#247) +- Deps: ruff support depends on `ruff-api >= 0.1.0` (#247) +- Docs: Spelling fixes (#245) + +```text +$ git shortlog -s v2.7.3...v2.8.0 + 2 Amethyst Reese + 1 Mads Hougesen + 1 dependabot[bot] +``` + + v2.7.3 ------ diff --git a/ufmt/__version__.py b/ufmt/__version__.py index 8c9d9ca..aa62c18 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.3" +__version__ = "2.8.0"