From 57cd521d35a4ea169382479403fbc89437428ae1 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 17 Jun 2014 17:05:12 -0700 Subject: 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 --- CHANGELOG | 14 ++++++++++++++ Modulefile | 2 +- metadata.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 812a2c7..7ae0fcc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/Modulefile b/Modulefile index 8a468ab..726c13c 100644 --- a/Modulefile +++ b/Modulefile @@ -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", -- cgit v1.2.3