diff options
author | Chris Price <chris@puppetlabs.com> | 2012-09-24 10:20:45 -0700 |
---|---|---|
committer | Chris Price <chris@puppetlabs.com> | 2012-09-24 10:20:45 -0700 |
commit | e81a69adb5049f1b8fb433b3f37d82a4bb69d573 (patch) | |
tree | 669b17877a960c154f8933908f1f7e07cb1a1dd2 | |
parent | 4ff4995d9efa15504eaf33e27385b5e2c4092087 (diff) | |
download | puppet-inifile-e81a69adb5049f1b8fb433b3f37d82a4bb69d573.tar.gz puppet-inifile-e81a69adb5049f1b8fb433b3f37d82a4bb69d573.tar.bz2 |
Updated CHANGELOG and Modulefile; final commit for 0.0.3 release
-rw-r--r-- | CHANGELOG | 12 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,2 +1,14 @@ +2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3 + * Version 0.0.3 released + +2012-09-20 - Chris Price <chris@puppetlabs.com> - 0.0.3 + * Add validation for key_val_separator (e527908) + +2012-09-19 - Chris Price <chris@puppetlabs.com> - 0.0.3 + * Allow overriding separator string between key/val pairs (8d1fdc5) + +2012-08-20 - Chris Price <chris@pupppetlabs.com> - 0.0.2 + * Version 0.0.2 released + 2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2 * Add support for "global" section at beginning of file (c57dab4) @@ -1,5 +1,5 @@ name 'cprice404-inifile' -version '0.0.2' +version '0.0.3' source 'git://github.com/cprice-puppet/puppetlabs-inifile.git' author 'Chris Price' description 'Resource types for managing settings in INI files' |