[DRE-commits] [librarian-puppet] 40/153: Bump version to 1.3.0 and update changelog

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit a9a24b817e7d2bed79db5af93fd179e7d808af54
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Sat Aug 2 12:16:46 2014 +0200

    Bump version to 1.3.0 and update changelog
---
 Changelog.md                    | 11 +++++++++++
 lib/librarian/puppet/version.rb |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index fb27ac4..1cb7ccc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,11 @@
 
 ## From 1.1.x Librarian-Puppet requires Ruby >= 1.9, uses Puppet Forge API v3. For Ruby 1.8 use 1.0.x
 
+### 1.3.0
+
+ * If no Puppetfile is present default to use the `metadata.json` or `Modulefile`
+ * [Issue #235](https://github.com/rodjek/librarian-puppet/issues/235) Error when forge is not defined in `Puppetfile`
+
 ### 1.2.0
 
  * Implement `metadata` syntax for `Puppetfile`
@@ -32,6 +37,12 @@
 
 ## 1.0.x: Works on Ruby 1.8, using Puppet Forge API v1
 
+### 1.0.7
+
+ * If no Puppetfile is present default to use the `metadata.json` or `Modulefile`
+ * [Issue #235](https://github.com/rodjek/librarian-puppet/issues/235) Error when forge is not defined in `Puppetfile`
+
+
 ### 1.0.6
 
  * Implement `metadata` syntax for `Puppetfile`
diff --git a/lib/librarian/puppet/version.rb b/lib/librarian/puppet/version.rb
index e8c1ecf..1585c94 100644
--- a/lib/librarian/puppet/version.rb
+++ b/lib/librarian/puppet/version.rb
@@ -1,5 +1,5 @@
 module Librarian
   module Puppet
-    VERSION = "1.2.1"
+    VERSION = "1.3.0"
   end
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list