diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2014-06-18 09:02:16 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2014-06-18 09:02:16 -0700 |
commit | d4eb4b97122ecfd06f55a26ae9f53ffa54caf35c (patch) | |
tree | 070c57e1f1de51cac18d4ee1449a7c4e4ab479e0 | |
parent | c604c43ef89b8bc181c3016c907fc6584d566f67 (diff) | |
parent | 57cd521d35a4ea169382479403fbc89437428ae1 (diff) | |
download | puppet-vcsrepo-d4eb4b97122ecfd06f55a26ae9f53ffa54caf35c.tar.gz puppet-vcsrepo-d4eb4b97122ecfd06f55a26ae9f53ffa54caf35c.tar.bz2 |
Merge branch 'release_1.0.1' into 1.0.x
-rw-r--r-- | CHANGELOG | 14 | ||||
-rw-r--r-- | Modulefile | 2 | ||||
-rw-r--r-- | metadata.json | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,17 @@ +2014-06-17 - Supported Release 1.0.1 + +Summary: +This release is the first supported release of vcsrepo. The readme has been +greatly improved. + +Features: +- Updated and expanded readme to follow readme template + +Fixes: +- Remove SLES from compatability metadata +- Unpin rspec development dependencies +- Update acceptance level testing + 2014-06-04 - Version 1.0.0 Summary: @@ -1,4 +1,4 @@ name 'puppetlabs-vcsrepo' -version '1.0.0' +version '1.0.1' summary 'Manage repositories from various version control systems' description 'Manage repositories from various version control systems' diff --git a/metadata.json b/metadata.json index 29fb041..22d3443 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.0.0", + "version": "1.0.1", "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "author": "Puppet Labs", "license": "GPLv2", |