We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b574e + f08a394 commit d6335f5Copy full SHA for d6335f5
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+##2014-07-07 - Supported Release 1.1.1
2
+###Summary
3
+
4
+This supported bugfix release corrects the inifile section header detection
5
+regex (so you can use more characters in your section titles).
6
7
+####Bugfixes
8
+- Correct section regex to allow anything other than ]
9
+- Correct `exists?` to return a boolean
10
+- Lots of test updates
11
+- Add missing CONTRIBUTING.md
12
13
##2014-06-04 - Release 1.1.0
14
###Summary
15
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",
0 commit comments