typos-git-commit 0.4.0

This program analyzes a json file produced with `typos` and makes commits for each correction.
* v0.4.0
  * Complete code refactoring to get it more straightforward
  * Removes --print-not-corrected option (use --details to get
    this information)
  * Some output changed with details and debug options
  * Some error output changed (adds 'git' or 'sed' to sentence
    'failed to execute {} process'

* v0.3.1
  * Adds --completion option to print shell completion scripts. Supported
    shells are all of clap_complete:  'Bash', 'Elvish', 'Fish', 'PowerShell'
    and 'Zsh'

* 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.