From f08a394bf0499d2594b9e9b7359c37177b5843ee Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 7 Jul 2014 14:55:25 -0700 Subject: [PATCH] Release 1.1.1 Summary This supported bugfix release corrects the inifile section header detection regex (so you can use more characters in your section titles). Bugfixes - Correct section regex to allow anything other than ] - Correct `exists?` to return a boolean - Lots of test updates - Add missing CONTRIBUTING.md --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e278f0..c70e52c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +##2014-07-07 - Supported Release 1.1.1 +###Summary + +This supported bugfix release corrects the inifile section header detection +regex (so you can use more characters in your section titles). + +####Bugfixes +- Correct section regex to allow anything other than ] +- Correct `exists?` to return a boolean +- Lots of test updates +- Add missing CONTRIBUTING.md + ##2014-06-04 - Release 1.1.0 ###Summary diff --git a/metadata.json b/metadata.json index bda2bf8e..eb433171 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-inifile", - "version": "1.1.0", + "version": "1.1.1", "source": "https://github.com/puppetlabs/puppetlabs-inifile", "author": "Puppet Labs", "license": "Apache-2.0",