Skip to content

Commit 55cd202

Browse files
author
Dan Brook
committed
Bump version to 0.48 and update Changes.
1 parent a47110f commit 55cd202

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

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

3+
0.48 Thu Jul 14 22:53:55 BST 2011
4+
- Translation from Digest::SHA1 to Digest::SHA (Jonas Genannt)
5+
- A git object can also be of zero size. (Christian Walde)
6+
- Only the last SHA1 for any given ref is returned from
7+
ref_sha1() (Christian Walde)
8+
- Make sure zlib data is always read as-is (Christian Walde)
9+
10+
0.47 Wed Aug 11 13:29:06 BST 2010
11+
- Lazily build the fh attribute of Git::PurePerl::Pack objects.
12+
313
0.46_01 Sat 16 Jan 13:42:00 GMT 2010
414
- Add support for ssh:// and file:// protocols (Alex Vandiver)
515

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.46_01';
40+
our $VERSION = '0.48';
4141
$VERSION = eval $VERSION;
4242

4343
has 'directory' => (

0 commit comments

Comments
 (0)