Skip to content

Commit f08a394

Browse files
committed
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
1 parent 09b574e commit f08a394

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
##2014-06-04 - Release 1.1.0
214
###Summary
315

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-inifile",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"source": "https://github.com/puppetlabs/puppetlabs-inifile",
55
"author": "Puppet Labs",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)