Skip to content

Commit

Permalink
Version bump v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Mar 27, 2023
1 parent 5b44451 commit 6ecf53b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion ufmt/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""

__version__ = "2.0.1"
__version__ = "2.1.0"

0 comments on commit 6ecf53b

Please sign in to comment.