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"