Changelog¶
v1.3.2¶
Maintenance release
Disallow flit-core==3.7.0 in PEP 518 build (#56, pypa/flit#530)
$ git shortlog -s v1.3.1...v1.3.2
4 John Reese
7 dependabot[bot]
v1.3.1¶
Bugfix release
Fixed formatting for type stubs (#41, #42)
Fixed pre-commit hook example in readme (#40)
Updated dependencies
$ git shortlog -s v1.3.0...v1.3.1
11 John Reese
1 Mathieu Kniewallner
19 dependabot[bot]
v1.3.0¶
Feature release
Added support for configurable list of excludes to supplement gitignore (#14)
Added ufmt project-level configuration support in pyproject.toml (#14)
Read and pass black’s config when formatting sources (#11)
Added pre-commit hook definition for other projects to use (#15)
Added basic user guide to documentation
Upgrade to trailrunner 1.1.0
$ git shortlog -s v1.2.1...v1.3.0
14 John Reese
14 Philip Meier
v1.2.1¶
Maintenance release
Add support for reading and obeying .gitignore in project root (#10)
Improve performance on large repositories using trailrunner (#10)
$ git shortlog -s v1.2...v1.2.1
4 John Reese
v1.2¶
Feature release
Major performance improvement via multiprocessing (#4, #5)
Documented suggested method for pinning black/usort (#8)
Officially mark µfmt as “stable” (#7)
$ git shortlog -s v1.1...v1.2
7 John Reese
1 Tim Hatch
v1.1¶
Feature release
Added
diff
command to validate and also output unified diff (#2, #3)Fixed shortlog for v1.0 in changelog
$ git shortlog -s v1.0...v1.1
3 John Reese
v1.0¶
Initial release
format
command formats files in placecheck
command validates existing formattingBasic readme and sphinx docs
$ git shortlog -s v1.0
17 John Reese
1 Tim Hatch