From 67babb77f346860c180a4e8d4b1fc4aee384383f Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Sun, 1 Sep 2024 21:17:19 -0700 Subject: [PATCH] Version bump v2.7.2 --- CHANGELOG.md | 15 +++++++++++++++ ufmt/__version__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7998b04..0ac6fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ [![Generated by attribution][attribution-badge]][attribution-url] +v2.7.2 +------ + +Bugfix release + +- Fix: newline handling and normalization in LSP (#234) +- Dev: add support for using uv if available (#236) + +```text +$ git shortlog -s v2.7.1...v2.7.2 + 3 Amethyst Reese + 1 dependabot[bot] +``` + + v2.7.1 ------ diff --git a/ufmt/__version__.py b/ufmt/__version__.py index 94a5a05..4efbf5f 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.1" +__version__ = "2.7.2"