Commit Graph

6 Commits

Author SHA1 Message Date
github-actions[bot] 40962fc645
chore: release 0.7.0 (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-09-24 14:33:31 -04:00
Luke K 6fb0116a86
release: v0.6.2 2020-09-09 23:10:18 +09:00
Luke K bcd692be77
release: v0.6.1 2020-09-09 19:12:03 +09:00
Luke K 8262aa110b
release: v0.6.0 2020-08-31 19:08:55 +09:00
Luke K 811d09ae01
v0.5.0 2020-07-31 13:48:08 +00:00
Lance Ball 0810d9ace4
actions: add CHANGELOG.md and a release target to Makefile (#45)
This commit adds a `release` target to the Makefile, simplifying the generation
of the CHANGELOG.md (oh, this commit also adds a CHANGELOG.md). Invoke the
make target like so.

```sh
make release VTAG=v0.4.1
```

This will update the CHANGELOG with the commits included since the last
release, commit that change, and create the version tag. Then you just need
to push to github in order to publish the binary.
2020-07-28 09:14:45 -04:00