Skip to content

Commit 9980f4a

Browse files
committed
Version 2.6.1
1 parent 91c0bcd commit 9980f4a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
commit-patch (2.6.1)
2+
3+
* Fixed a bug in `commit-patch-buffer` that caused `vc-annotate` to be
4+
out of date (https://github.com/caldwell/commit-patch/issues/14).
5+
6+
-- David Caldwell <[email protected]> Mon, 06 Sep 2021 08:48:57 -0700
7+
18
commit-patch (2.6)
29

310
* Support --amend from the Emacs interface (Dima Kogan)

commit-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and Jim Radford <[email protected]>
44
# This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
55

6-
my $VERSION = '2.6';
6+
my $VERSION = '2.6.1';
77

88
use strict;
99
use Cwd qw(abs_path);

0 commit comments

Comments
 (0)