commit
9858f5b5c0
3 changed files with 19 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ spec/fixtures/
|
|||
coverage/
|
||||
.idea/
|
||||
*.iml
|
||||
log/
|
||||
|
|
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue