typos-git-commit 0.8.0

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
* v0.8.0
   * **BREAKING CHANGE**: default commit message is now aligned with
     [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
   * Adds a `--typo ` option to correct only the typo mentioned (one can use
     that option more than once to correct more typos

* v0.7.1
  * Forgot ChangeLog in v0.7.0

* v0.7.0
  * Adds filtering to `--only-list-typos` (`all`, `corrected` and
    `not-corrected`)

* v0.6.2
  * Translated interface in German
  * Minor French translation corrections
  * Changelog typo correction

* v0.6.1
  * ChangeLog typo correction

* v0.6.0
  * Translated interface in French thanks to fluent-i18n crate
  * Splits ChangeLog
  * Dependencies versions bumps

* v0.5.3
  * Improved dev tooling

* v0.5.2
  * Adding some profile section for release build to create size
    optimized binary
  * Tooling to ease creation of release using Just and cargo-release