Skip to content

Commit

Permalink
Version 0.004001
Browse files Browse the repository at this point in the history
  • Loading branch information
torbiak committed Sep 15, 2023
1 parent ae2b4f7 commit a37f117
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.004001

- Fix test plans so Test::More::plan() doesn't get called twice when git isn't
available.

# 0.004000

- Automatically choose an upstream revision if one isn't supplied, based on the
Expand Down
2 changes: 1 addition & 1 deletion git-autofixup
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Getopt::Long qw(:config bundling);
use IPC::Open3;
use Pod::Usage;

our $VERSION = 0.004000;
our $VERSION = 0.004001;

my $VERBOSE;
my @GIT_OPTIONS;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Git/Autofixup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::Git::Autofixup;
use strict;
use warnings FATAL => 'all';

our $VERSION = 0.004000;
our $VERSION = 0.004001;

=head1 NAME
Expand Down

0 comments on commit a37f117

Please sign in to comment.