typos-git-commit 0.5.2

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

* v0.5.1
  * Removes final dot in default commit sentence

* v0.5.0
  * Code refactoring finalisation. It should be more maintainable.
  * Removes git quoting message accidentally introduced in v0.4.0
  * Splitting ChangeLog files into yearly Changelog to keep it small
  * Typos corrections

* 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