Skip to content

Commit

Permalink
Updating for release of version 0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Aug 24, 2015
1 parent 5354b7d commit e4ba907
Show file tree
Hide file tree
Showing 34 changed files with 59 additions and 53 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for git-workflow-tools

0.98 2015-08-24
Updating for release of version 0.98
Added extra dependency (Ivan Wills)
Removed creation of makefile (Ivan Wills)
Added Perl 5.22 to list of perl versions to build with (Ivan Wills)

0.97 2015-06-29
Updating for release of version 0.97
Merge pull request #7 from zackse/master (Ivan Wills)
Expand Down
2 changes: 1 addition & 1 deletion bin/git-branch-clean
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-branch-clean - Clean old branches out of the repository
=head1 VERSION
This documentation refers to git-branch-clean version 0.97
This documentation refers to git-branch-clean version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-branch-grep
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-branch-grep - grep for branch names
=head1 VERSION
This documentation refers to git-branch-grep version 0.97
This documentation refers to git-branch-grep version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-committers
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-committers - Stats on the number of commits by committer
=head1 VERSION
This documentation refers to git-committers version 0.97
This documentation refers to git-committers version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-cows
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-cows - checkout whitespace only changed files
=head1 VERSION
This documentation refers to git-cows version 0.97
This documentation refers to git-cows version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-feature - Create a feature branch from the "current release"
=head1 VERSION
This documentation refers to git-feature version 0.97
This documentation refers to git-feature version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-files
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-files - Get information on files changed across branches.
=head1 VERSION
This documentation refers to git-files version 0.97
This documentation refers to git-files version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions bin/git-hook-setup
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use FindBin qw/$Bin/;
use File::Spec::Functions;

our $VERSION = 0.97;
our $VERSION = 0.98;
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;

my %option = (
Expand Down Expand Up @@ -118,7 +118,7 @@ git-hook-setup - Copies hooks into their proper location
=head1 VERSION
This documentation refers to git-hook-setup version 0.97.
This documentation refers to git-hook-setup version 0.98.
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-jira
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-jira - Checkout any branch mentioning the passed Jira
=head1 VERSION
This documentation refers to git-jira version 0.97
This documentation refers to git-jira version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-pom
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-pom - Manage pom.xml file versions
=head1 VERSION
This documentation refers to git-pom version 0.97
This documentation refers to git-pom version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-recent
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-recent - Find what files have been changed recently in a repository
=head1 VERSION
This documentation refers to git-recent version 0.97
This documentation refers to git-recent version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-tag-grep
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-tag-grep - grep tags
=head1 VERSION
This documentation refers to git-tag-grep version 0.97
This documentation refers to git-tag-grep version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-up-to-date
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-up-to-date - Check that git branches include latest production branch/tag
=head1 VERSION
This documentation refers to git-up-to-date version 0.97
This documentation refers to git-up-to-date version 0.98
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion bin/git-watch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-watch - Watch for changes in repository up-stream
=head1 VERSION
This documentation refers to git-watch version 0.97
This documentation refers to git-watch version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions fatpack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use FindBin qw/$Bin/;
use Path::Tiny;

our $VERSION = 0.97;
our $VERSION = 0.98;
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;

my %option = ();
Expand Down Expand Up @@ -67,7 +67,7 @@ =head1 NAME
=head1 VERSION
This documentation refers to <Name> version 0.0.97
This documentation refers to <Name> version 0.0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow::Repository qw//;
use base qw/Exporter/;

our $VERSION = 0.97;
our $VERSION = 0.98;

sub _alphanum_sort {
no warnings qw/once/;
Expand Down Expand Up @@ -270,7 +270,7 @@ App::Git::Workflow - Git workflow tools
=head1 VERSION
This documentation refers to App::Git::Workflow version 0.97
This documentation refers to App::Git::Workflow version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use base qw/Exporter/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our @EXPORT_OK = qw/get_options/;
our %p2u_extra;

Expand Down Expand Up @@ -96,7 +96,7 @@ App::Git::Workflow::Command - Helper for other commands
=head1 VERSION
This documentation refers to App::Git::Workflow::Command version 0.97
This documentation refers to App::Git::Workflow::Command version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/BranchClean.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -154,7 +154,7 @@ git-branch-clean - Clean old branches out of the repository
=head1 VERSION
This documentation refers to git-branch-clean version 0.97
This documentation refers to git-branch-clean version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/BranchGrep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -58,7 +58,7 @@ git-branch-grep - grep for branch names
=head1 VERSION
This documentation refers to git-branch-grep version 0.97
This documentation refers to git-branch-grep version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Committers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;
use utf8;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -228,7 +228,7 @@ git-committers - Stats on the number of commits by committer
=head1 VERSION
This documentation refers to git-committers version 0.97
This documentation refers to git-committers version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Cows.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -53,7 +53,7 @@ git-cows - checkout whitespace only changed files
=head1 VERSION
This documentation refers to git-cows version 0.97
This documentation refers to git-cows version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Feature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow::Pom;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow::Pom->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -111,7 +111,7 @@ git-feature - Create a feature branch from the "current release"
=head1 VERSION
This documentation refers to git-feature version 0.97
This documentation refers to git-feature version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Files.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
my ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -121,7 +121,7 @@ git-files - Get information on files changed across branches.
=head1 VERSION
This documentation refers to git-files version 0.97
This documentation refers to git-files version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Jira.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow::Pom;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow::Pom->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -126,7 +126,7 @@ git-jira - Checkout any branch mentioning the passed Jira
=head1 VERSION
This documentation refers to git-jira version 0.97
This documentation refers to git-jira version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Pom.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow::Pom;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow::Pom->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -147,7 +147,7 @@ git-pom - Manage pom.xml file versions
=head1 VERSION
This documentation refers to git-pom version 0.97
This documentation refers to git-pom version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/Recent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -132,7 +132,7 @@ git-recent - Find what files have been changed recently in a repository
=head1 VERSION
This documentation refers to git-recent version 0.97
This documentation refers to git-recent version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/TagGrep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use English qw/ -no_match_vars /;
use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -49,7 +49,7 @@ git-tag-grep - grep tags
=head1 VERSION
This documentation refers to git-tag-grep version 0.97
This documentation refers to git-tag-grep version 0.98
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Git/Workflow/Command/UpToDate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use App::Git::Workflow;
use App::Git::Workflow::Command qw/get_options/;
use Carp qw/cluck/;

our $VERSION = 0.97;
our $VERSION = 0.98;
our $workflow = App::Git::Workflow->new;
our ($name) = $PROGRAM_NAME =~ m{^.*/(.*?)$}mxs;
our %option;
Expand Down Expand Up @@ -305,7 +305,7 @@ git-up-to-date - Check that git branches include latest production branch/tag
=head1 VERSION
This documentation refers to git-up-to-date version 0.97
This documentation refers to git-up-to-date version 0.98
=head1 SYNOPSIS
Expand Down

0 comments on commit e4ba907

Please sign in to comment.