From be99c34ca511a0ea5283ffc5f2b2bf5664607c66 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Mon, 6 Aug 2018 20:47:51 +0200 Subject: [PATCH] Bump version to 1.0.2 --- CHANGELOG.md | 7 ++++++- dynconf.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c7b3c..6fdac9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ +v1.0.2 [2018-08-06] +------------------ + + * Do not append newline if 'append' already has one. + v1.0.1 [2018-07-01] ------------------- - * Make sure delete doesn't remove empty lines after the pattern + * Make sure delete doesn't remove empty lines after the pattern. v1.0 [2018-06-24] ----------------- diff --git a/dynconf.go b/dynconf.go index 48bde41..037614f 100644 --- a/dynconf.go +++ b/dynconf.go @@ -24,7 +24,7 @@ The commands are: ` const version = ` -DynConf 1.0.1 +DynConf 1.0.2 Copyright (C) 2018 Jonas Hahnfeld License GPLv3+: GNU GPL version 3 or later This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you