This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.07 in repository libweasel-perl.
commit 01fcf2598d9364bb1736b3a6edf4f00fcf2347e5 Author: Erik Huelsmann <[email protected]> Date: Sat Aug 20 11:50:57 2016 +0200 * Update version numbers, correctly --- CHANGES | 3 +++ dist.ini | 2 +- lib/Weasel.pm | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 015ba0b..2997cb6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ +** 0.07 / 2016-08-20 + - Correctly update the version numbers in lib/Weasel.pm + ** 0.06 / 2016-08-20 - Add key codes in order to send special keys to elements - Add helper method on elements: has_class diff --git a/dist.ini b/dist.ini index cce6985..dd21588 100644 --- a/dist.ini +++ b/dist.ini @@ -1,6 +1,6 @@ name = Weasel abstract = PHP's Mink inspired multi-protocol web-testing library for Perl -version = 0.06 +version = 0.07 author = Erik Huelsmann <[email protected]> copyright_holder = Erik Huelsmann main_module = lib/Pherkin/Extension/Weasel.pm diff --git a/lib/Weasel.pm b/lib/Weasel.pm index 5509884..9580470 100644 --- a/lib/Weasel.pm +++ b/lib/Weasel.pm @@ -5,7 +5,7 @@ Weasel - Perl's php/Mink-inspired abstracted web-driver framework =head1 VERSION -0.05 +0.07 =head1 SYNOPSIS @@ -110,7 +110,7 @@ use warnings; use Moose; -our $VERSION = '0.05'; +our $VERSION = '0.07'; # From https://w3c.github.io/webdriver/webdriver-spec.html#keyboard-actions my %key_codes = ( -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
