From 62cae1db932a3ce12e333b703993cae6914e1867 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Sat, 15 Jun 2024 23:38:56 -0700 Subject: [PATCH] Version bump v2.7.0 --- CHANGELOG.md | 14 ++++++++++++++ ufmt/__version__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a202c..db93674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ [![Generated by attribution][attribution-badge]][attribution-url] +v2.7.0 +------ + +Feature release + +- Experimental support for running a generic LSP (#217) + +```text +$ git shortlog -s v2.6.0...v2.7.0 + 2 Amethyst Reese + 5 dependabot[bot] +``` + + v2.6.0 ------ diff --git a/ufmt/__version__.py b/ufmt/__version__.py index 54e3a8c..85e5ec2 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.6.0" +__version__ = "2.7.0"