* 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