All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.3.0] - 2020.02.06
- [INTERNAL] Removes the
hub
dependency and perform all the GitHub operation using thegoogle/go-github
library. - [INTERNAL] Improves error handling and error messages.
- Add a
--log
flag.
- Fix tag auto-detection.
- Fix the problem with the
--tag
flag which was not supposed to be mandatory. #15
[1.2.1] - 2020.02.03
- Fix regex to take the dates starting with 2020 into consideration.
[1.2.0] - 2020.01.06
- Add a flag allowing the user to specify the Changelog file to read from.
[1.1.2] - 2019.12.30
- Fix
dist
task resulting in corrupt binaries.
[1.1.1] - 2019-12-16
- Replace the
Makefile
by anInvoke
task file.
- Fix the semver regex to make if work for calver as well.
[1.1.0] - 2019-07-19
[1.0.0] - 2019-06-23
Initial release.