Skip to content

Commit

Permalink
Version bump v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Aug 2, 2023
1 parent fc3397f commit 76b903a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
[![Generated by attribution][attribution-badge]][attribution-url]


v2.2.0
------

Feature release

- New: added `--concurrency` option to control number of parallel jobs (#149)
- New: `ufmt_paths` accepts `concurrency` option (#149)
- New: added contributor guide (#159)
- Fix: return exit code 0 when no files were formatted (#151)
- Python: dropped support for Python 3.7 (#158)

```text
$ git shortlog -s v2.1.0...v2.2.0
3 Amethyst Reese
2 Sergey Goder
7 dependabot[bot]
```


v2.1.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.1.0"
__version__ = "2.2.0"

0 comments on commit 76b903a

Please sign in to comment.