diff --git a/Makefile b/Makefile index c96d1c4..6e5c407 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. NAME := pistol -VERSION := v0.1.3 +VERSION := v0.1.4 build: go build -ldflags "-X 'main.Version=$(VERSION)'" ./cmd/pistol diff --git a/NEWS.adoc b/NEWS.adoc index 00329ff..c80574e 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,5 +1,9 @@ = Change Log / News +== 0.1.4 + +Empty lines are now skipped when config file is parsed, and not crashing Pistol. + == 0.1.3 Dependencies were updated to their latest, thanks to