aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03Release v1.0.1Gravatar Abhinav Gupta 1-2/+2
2019-01-03template: Bundle in binary with bindata (#36)Gravatar Abhinav Gupta 1-0/+7
This uses go-bindata/go-bindata to bundle the template in the binary. I also realized that the handler test was now broken because we were checking the exact contents of the index page in the test. This change fixes that too.
2019-01-03Release v1.0Gravatar Abhinav Gupta 1-2/+2
2019-01-03Add a CHANGELOGGravatar Abhinav Gupta 1-0/+9
This adds a changelog to the repository. Since we have no prior tagged releases to compare against, this will be the first real release of the tool.