Prep for 1.0.4 release.
This commit is contained in:
parent
7cd6cf9411
commit
070f184ce3
3 changed files with 22 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
##2014-06-25 - Supported Release 1.0.4
|
||||
###Summary
|
||||
|
||||
This release has test fixes.
|
||||
|
||||
####Features
|
||||
- Added test support for OSX.
|
||||
|
||||
####Bugfixes
|
||||
|
||||
####Known bugs
|
||||
|
||||
* Not supported on Windows.
|
||||
|
||||
##2014-06-04 - Release 1.0.3
|
||||
###Summary
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-concat'
|
||||
version '1.0.3'
|
||||
version '1.0.4'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
||||
author 'Puppetlabs'
|
||||
license 'Apache 2.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-concat",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"source": "https://github.com/puppetlabs/puppetlabs-concat",
|
||||
"author": "Puppet Labs",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -77,6 +77,12 @@
|
|||
"6.1",
|
||||
"7.1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "OSX",
|
||||
"operatingsystemrelease": [
|
||||
"10.9"
|
||||
]
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
|
|
Loading…
Reference in a new issue