[libpandoc-wrapper-perl] 07/14: 0.6.1
Jonas Smedegaard
dr at jones.dk
Sat Oct 28 01:35:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.6.1-1
in repository libpandoc-wrapper-perl.
commit c3e5eb60717866076b0be5301a8528cd3861f58f
Author: Jakob Voss <voss at gbv.de>
Date: Tue Oct 17 20:44:03 2017 +0200
0.6.1
---
Changes | 2 ++
META.json | 2 +-
lib/Pandoc.pm | 2 +-
lib/Pandoc/Version.pm | 2 +-
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index c705ae6..558a907 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Pandoc Perl module
{{$NEXT}}
+
+0.6.1 2017-10-17 20:43:51 CEST
- make sure to override existing options and output destination (#16)
0.6.0 2017-01-27 10:51:10 CET
diff --git a/META.json b/META.json
index 085953a..30accbe 100644
--- a/META.json
+++ b/META.json
@@ -61,7 +61,7 @@
"web" : "https://github.com/nichtich/Pandoc-Wrapper"
}
},
- "version" : "0.6.0",
+ "version" : "0.6.1",
"x_contributors" : [
"Benct Philip Jonsson <bpjonsson at gmail.com>",
"Edward Betts <edward at 4angle.com>",
diff --git a/lib/Pandoc.pm b/lib/Pandoc.pm
index 3cf7439..d90bfa7 100644
--- a/lib/Pandoc.pm
+++ b/lib/Pandoc.pm
@@ -11,7 +11,7 @@ Pandoc - wrapper for the mighty Pandoc document converter
=cut
-our $VERSION = '0.6.0';
+our $VERSION = '0.6.1';
use Pandoc::Version;
use Carp 'croak';
diff --git a/lib/Pandoc/Version.pm b/lib/Pandoc/Version.pm
index 979a598..d73d800 100644
--- a/lib/Pandoc/Version.pm
+++ b/lib/Pandoc/Version.pm
@@ -11,7 +11,7 @@ Pandoc::Version - version number of pandoc and its libraries
=cut
-our $VERSION = '0.6.0';
+our $VERSION = '0.6.1';
use overload '""' => 'string', '0+' => 'number',
cmp => 'cmp', '<=>' => 'cmp', fallback => 1;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpandoc-wrapper-perl.git
More information about the Pkg-perl-cvs-commits
mailing list