Merge pull request #161 from tphoney/1.3.0_prep

prep 1.3.0
This commit is contained in:
JT (Jonny) 2015-05-29 12:25:26 +01:00
commit 9858f5b5c0
3 changed files with 19 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ spec/fixtures/
coverage/
.idea/
*.iml
log/

View file

@ -1,3 +1,20 @@
##2015-05-29 - Supported Releases 1.3.0
###Summary
This is primarily a feature release, but also includes test fixes, documentation updates and synchronization of files with modulesync.
####Features
- Synchronized files using modulesync
- Improved documentation
- Allow changing key value separator beyond indentation
- Adding the ability to change regex match for $section in inifile
####Bugfixes
- pin beaker-rspec for windows testing
- pin rspec gems for testing
- Adds default values for section
- Fixed names containing spaces
##2014-11-11 - Supported Releases 1.2.0
###Summary

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-inifile",
"version": "1.2.0",
"version": "1.3.0",
"author": "Puppet Labs",
"summary": "Resource types for managing settings in INI files",
"license": "Apache-2.0",