From de8f87c97a852415698732ffe5f3fcf92fa0d33d Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 13 Jul 2020 09:29:25 +0300 Subject: [PATCH] Version bump --- Makefile | 2 +- NEWS.adoc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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