Added two Make commands. changelog-latest: Outputs the latest tagged changes to stdout. Useful for release bodies on GitHub. changelog-file: Overwrites the file CHANGELOG.md with git-cliff's output resulting from running over the full git log.
Replace complex formatting loop with simple gofumpt call. Remove two instructions from 'setup' function.