Browse Source

prep 1.3.0

tphoney 9 years ago
parent
commit
461174d8d7
3 changed files with 19 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 17 0
      CHANGELOG.md
  3. 1 1
      metadata.json

+ 1 - 0
.gitignore

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

+ 17 - 0
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 - 1
metadata.json

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