Skip to content

Commit

Permalink
Changes,lib/: prepare for release
Browse files Browse the repository at this point in the history
Bump version and add noteworthy changes during release prepararion.

Signed-off-by: Jens Rehsack <[email protected]>
  • Loading branch information
rehsack committed Oct 21, 2020
1 parent 05f5c69 commit 96bd83b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl module MooX::File::ConfigDir

0.008 2020-10-21
- update tooling / infrastructure using
- fix MANIFEST.SKIP to distribute .perltidyrc

0.007 2018-04-30
- Spelling fixes triggered by Mohammed Anwar's PR for
File::ConfigDir
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/File/ConfigDir.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MooX::File::ConfigDir;
use strict;
use warnings;

our $VERSION = "0.007";
our $VERSION = "0.008";

use Carp qw/croak/;
use Scalar::Util qw(blessed);
Expand Down

0 comments on commit 96bd83b

Please sign in to comment.