From 2b933e5920e567fe1b7de376978b3ffa3c13bcb0 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Sun, 21 Jul 2019 15:20:50 +0200 Subject: [PATCH] Bump version to 1.1 --- CHANGELOG.md | 9 +++++++-- dynconf.go | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe714f0..821a8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ +v1.1 [2019-07-21] +----------------- + + * Ensure that begin and end of context do not match the same substring. + v1.1rc1 [2019-07-21] ------------------- +-------------------- * Support for contexts to conditionally enable / disable deletes and replaces. * Option to check how often a delete / replace is applied. * Add script for bash completion. v1.0.2 [2018-08-06] ------------------- +------------------- * Do not append newline if 'append' already has one. diff --git a/dynconf.go b/dynconf.go index 79625a9..89fb9df 100644 --- a/dynconf.go +++ b/dynconf.go @@ -24,7 +24,7 @@ The commands are: ` const version = ` -DynConf 1.1rc1 +DynConf 1.1 Copyright (C) 2018 - 2019 Jonas Hahnfeld License GPLv3+: GNU GPL version 3 or later This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you