Browse Source

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
Hunter Haugen 10 years ago
parent
commit
f08a394bf0
2 changed files with 13 additions and 1 deletions
  1. 12 0
      CHANGELOG.md
  2. 1 1
      metadata.json

+ 12 - 0
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
 

+ 1 - 1
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",