From 6ecf53b5d06a8142138d921fe140c5413c86f263 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Mon, 27 Mar 2023 01:03:25 -0700 Subject: [PATCH] Version bump v2.1.0 --- CHANGELOG.md | 17 ++++++++++++++++- ufmt/__version__.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6216ce..fe017de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ [![Generated by attribution][attribution-badge]][attribution-url] +v2.1.0 +------ + +Feature release + +- Better support for 3.10+ syntax, enable LibCST native parser by default (#127) +- Stronger validation of ufmt config in pyproject.toml (#137) + +```text +$ git shortlog -s v2.0.1...v2.1.0 + 1 Aarni Koskela + 9 Amethyst Reese + 5 dependabot[bot] +``` + + v2.0.1 ------ @@ -287,4 +303,3 @@ $ git shortlog -s v1.0 [attribution-badge]: https://img.shields.io/badge/generated%20by-attribution-informational [attribution-url]: https://attribution.omnilib.dev - diff --git a/ufmt/__version__.py b/ufmt/__version__.py index 93a9bea..0d543b4 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.0.1" +__version__ = "2.1.0"