Skip to content

Commit

Permalink
Version 0.004003
Browse files Browse the repository at this point in the history
  • Loading branch information
torbiak committed Oct 18, 2023
1 parent 92c74ef commit b104048
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.004003

Add missing files to package manifest.

# 0.004002

Fix minor issues so git-autofixup works with Git for Windows:
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Makefile.PL
MANIFEST This list of files
README.pod
t/autofixup.t
t/capture.t
t/implicit_upstream.t
t/repo.pl
t/test.pl
t/util.pl
2 changes: 1 addition & 1 deletion git-autofixup
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use File::Temp;
use Getopt::Long qw(:config bundling);
use IPC::Open3;

our $VERSION = 0.004002;
our $VERSION = 0.004003;

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.004002;
our $VERSION = 0.004003;

=head1 NAME
Expand Down

0 comments on commit b104048

Please sign in to comment.