Update Modulefile and CHANGELOG for 0.10.1 release

This commit is contained in:
Chris Price 2013-05-21 15:28:42 -07:00
parent 6b198641ea
commit 530b053f71
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2013-05-21 - Chris Price <chris@puppetlabs.com>
* Change constants to class variables to avoid ruby warnings (6b19864)
2013-04-10 - Erik Dalén <dalen@spotify.com>
* Style fixes (c4af8c3)
2013-04-02 - Dan Bode <dan@puppetlabs.com>
* Add travisfile and Gemfile (c2052b3)
2013-04-02 - Chris Price <chris@puppetlabs.com>
* Update README.markdown (ad38a08)
2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0
* Added 'ini_subsetting' custom resource type (4351d8b)

View file

@ -1,5 +1,5 @@
name 'cprice404-inifile'
version '0.10.0'
version '0.10.1'
source 'git://github.com/cprice-puppet/puppetlabs-inifile.git'
author 'Chris Price'
description 'Resource types for managing settings in INI files'