typos-git-commit 0.6.1

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
* v0.6.0
  * Translated interface in Franch 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