Skip to content

Commit c1c50a5

Browse files
committed
Bump version
1 parent 1374bbe commit c1c50a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

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

3+
0.46 Tue 12 Jan 01:09:00 GMT 2010
34
- Add config file handling via Config::GitLike
45
- Fix a couple of memory leaks due to unweakened circular references.
56
- Handle commit object character encoding correctly

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

4343
has 'directory' => (

0 commit comments

Comments
 (0)