Release 1.0.1

Summary:
This release is a bugfix for handling whitespace/[]'s better, and adding
a bunch of tests.

Bugfixes:
- Handle whitespace in sections
- Handle square brances in values
- Add metadata.json
- Update some travis testing
- Tons of beaker-rspec tests
This commit is contained in:
Hunter Haugen 2014-02-12 11:06:57 -08:00
parent a0c3b82e7f
commit 5b6de5763f
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2014-02-12 - Version 1.0.1
Summary:
This release is a bugfix for handling whitespace/[]'s better, and adding a
bunch of tests.
Bugfixes:
- Handle whitespace in sections
- Handle square brances in values
- Add metadata.json
- Update some travis testing
- Tons of beaker-rspec tests
2013-07-16 - Version 1.0.0
Features:
- Handle empty values.

View file

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