Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbcf705

Browse files
committedJan 25, 2014
Include changes from 0.49 in CHANGES
I should release more often or automate more.
1 parent 810b26e commit cbcf705

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Revision history for Perl module Git::PurePerl:
22

3+
0.50 Sat Jan 25 14:58:16 CET 2014
4+
- Now with the changes from 0.49 in CHANGES. That's it.
5+
6+
0.49 Sat Jan 25 14:55:42 CET 2014
7+
- qw() in list context is an error now (gregor herrmann)
8+
- Fixed RT#90667 (Zoffix Znet)
9+
310
0.48 Thu Jul 14 22:53:55 BST 2011
411
- Translation from Digest::SHA1 to Digest::SHA (Jonas Genannt)
512
- A git object can also be of zero size. (Christian Walde)

‎lib/Git/PurePerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use IO::Socket::INET;
3737
use Path::Class;
3838
use namespace::autoclean;
3939

40-
our $VERSION = '0.49';
40+
our $VERSION = '0.50';
4141
$VERSION = eval $VERSION;
4242

4343
has 'directory' => (

0 commit comments

Comments
 (0)
Please sign in to comment.