Skip to content

Commit

Permalink
Version bump v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 19, 2023
1 parent 9503d4b commit 466efda
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions 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.3.0
------

Feature release

- New: added `--root` option to override project root discovery (#160)
- Performance: µfmt will start formatting files in parallel while still walking paths (#172)

```text
$ git shortlog -s v2.2.0...v2.3.0
3 Amethyst Reese
1 Sergey Goder
5 dependabot[bot]
```


v2.2.0
------

Expand Down
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.2.0"
__version__ = "2.3.0"

0 comments on commit 466efda

Please sign in to comment.