Skip to content

Commit

Permalink
releng 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Aug 4, 2014
1 parent 13777f5 commit b3d845f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Git-Class

0.14 2014/08/04
- no new features
- modernized with Moo and Path::Tiny; dropped a few dependencies

0.13 2012/11/29
- no new features
- set user.name/email locally to avoid fatal errors under smoking environments
Expand Down
2 changes: 1 addition & 1 deletion lib/Git/Class.pm
Expand Up @@ -2,7 +2,7 @@ package Git::Class;

use Moo; extends 'Git::Class::Cmd';

our $VERSION = '0.13';
our $VERSION = '0.14';

1;

Expand Down

0 comments on commit b3d845f

Please sign in to comment.