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
This commit is contained in:
Hunter Haugen 2014-07-07 14:55:25 -07:00
parent 09b574ea1d
commit f08a394bf0
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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",