Skip to content

Commit

Permalink
Merge pull request #325 from bmjen/2.0.1_prep
Browse files Browse the repository at this point in the history
2.0.1 prep
  • Loading branch information
hunner committed Jun 1, 2015
2 parents ddcf87f + d6ee5a8 commit 75d1e96
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=======
##2015-06-02 - Supported Release 2.0.1
###Summary

This is a bugfix release.

####Bugfixes
- Fixes dependency graphing with concurrent modification of the same file.
- Fixes handling fragment target.
- Fixes the defaulted force behavior to handle empty concats correctly.

=======
##2015-05-12 - Supported Release 2.0.0
###Summary
Expand All @@ -10,6 +21,15 @@ This is a major release. Includes re-implementation of concat to use native Type
####Bugfixes
- Fixes a bug in alpha ordering of fragments.

=======
##2015-06-02 - Supported Release 1.2.3
###Summary

This release includes a README fix to document correct behavior of fragment target parameter.

####Bugfixes

- README Fix to correctly document how a fragment $target param should work.

##2015-05-12 - Supported Release 1.2.2
###Summary
Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "puppetlabs-concat",
"version": "2.0.0",
"version": "2.0.1",
"author": "Puppet Labs",
"summary": "Construct files from multiple fragments.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-concat",
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 5.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down Expand Up @@ -106,5 +103,8 @@
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
]
}

0 comments on commit 75d1e96

Please sign in to comment.