typos-git-commit 0.7.1

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
* 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