From 24eda0848e6482b2ca6699501a43b8cf3cfb0403 Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Mon, 23 Nov 2015 17:56:05 +0000 Subject: Ankeny release for 1.3.2 --- CHANGELOG.md | 5 +++++ metadata.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1060c..2092aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##Supported Release 1.3.2 +###Summary + +Small release for support of newer PE versions. This increments the version of PE in the metadata.json file. + # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). diff --git a/metadata.json b/metadata.json index 1552840..8612a98 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.3.1", + "version": "1.3.2", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", @@ -70,7 +70,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.3.0" + "version_requirement": ">= 3.0.0 < 2015.4.0" }, { "name": "puppet", -- cgit v1.2.3 From b14c26899fe0171ff994ae7de84adbb49c05c726 Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Fri, 4 Dec 2015 12:52:47 -0700 Subject: (maint) Update ordering in CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2092aa8..1e6099f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -##Supported Release 1.3.2 +# Change Log +All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.3.2] - Supported Release ###Summary Small release for support of newer PE versions. This increments the version of PE in the metadata.json file. -# Change Log -All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). - ## [1.3.1] - 2015-07-28 Supported Release ###Summary This release includes a number of bugfixes along with some test updates. -- cgit v1.2.3 From 308533912b5beb26bb881447c8545932cf980a4a Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Fri, 4 Dec 2015 15:10:06 -0700 Subject: (maint) Another update to the CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6099f..9aac1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -140,6 +140,7 @@ our many contributors for all of these fixes! - CVS: - Documented the "module" attribute. +[1.3.2]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.1.0...1.2.0 -- cgit v1.2.3