summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-17 17:05:12 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-18 09:01:52 -0700
commit57cd521d35a4ea169382479403fbc89437428ae1 (patch)
tree02b2fa14f4c1eeb908b4e5e008c724fedf981d14
parentecb4ad6a1ddd77ab7b6772e96e0f787c03c3f27a (diff)
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
-rw-r--r--CHANGELOG14
-rw-r--r--Modulefile2
-rw-r--r--metadata.json2
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",