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:
parent
a0c3b82e7f
commit
5b6de5763f
2 changed files with 13 additions and 1 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue