* 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
text $ git shortlog -s v1.2.1...v1.3.0 14 Amethyst Reese 14 Philip Meier
1.2.1
------
Maintenance release
* Add support for reading and obeying .gitignore in project root (10) * Improve performance on large repositories using trailrunner (10)
text $ git shortlog -s v1.2...v1.2.1 4 Amethyst Reese
1.2
----
Feature release
* Major performance improvement via multiprocessing (4, 5) * Documented suggested method for pinning black/usort (8) * Officially mark µfmt as "stable" (7)
text $ git shortlog -s v1.1...v1.2 7 Amethyst Reese 1 Tim Hatch
1.1
----
Feature release
* Added `diff` command to validate and also output unified diff (2, 3) * Fixed shortlog for v1.0 in changelog
text $ git shortlog -s v1.0...v1.1 3 Amethyst Reese