typos-git-commit 0.3.0

This program analyzes a json file produced with `typos` and makes commits for each correction.
* v0.3.0
  * Corrects the documentation by removing references to short version
    of command line options.
  * Reports an error an exits accordingly when the file does not exists
  * Adds --contributors and --changelog options

* v0.2.0
  * Removes all short options and make use of long options calling sed and git.

* v0.1.6
  * Adds --exclude-file, --exclude-typo, --exclude-correction, --debug options
  * Adds --print-not-corrected, -p option to also print what won't be corrected.

* v0.1.5
  * Adds the ability to provide a different commit message.
  * --filename command line option is now mandatory

* v0.1.4
  * Adds boundary word limits into sed's regex to avoid unwanted corrections.