Browse Source

Release 1.0.2

Summary:
This release adds supported platforms to metadata.json and contains spec fixes
Hunter Haugen 10 years ago
parent
commit
3757c71eb3
3 changed files with 6 additions and 2 deletions
  1. 4 0
      CHANGELOG
  2. 1 1
      Modulefile
  3. 1 1
      metadata.json

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+2014-02-26 - Version 1.0.2
+Summary:
+This release adds supported platforms to metadata.json and contains spec fixes
+
 2014-02-12 - Version 1.0.1
 Summary:
 This release is a bugfix for handling whitespace/[]'s better, and adding a

+ 1 - 1
Modulefile

@@ -1,5 +1,5 @@
 name 'puppetlabs-inifile'
-version '1.0.1'
+version '1.0.2'
 source 'git://github.com/puppetlabs/puppetlabs-inifile.git'
 author 'Puppetlabs'
 description 'Resource types for managing settings in INI files'

+ 1 - 1
metadata.json

@@ -1,6 +1,6 @@
 {
     "name": "puppetlabs/inifile",
-    "version": "1.0.1",
+    "version": "1.0.2",
     "summary": "Resource types for managing settings in INI files",
     "source": "git://github.com/puppetlabs/puppetlabs-inifile.git",
     "project_page": "https://github.com/puppetlabs/puppetlabs-inifile",