Skip to content

Commit

Permalink
v0.002003
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
 - Closes #2

 [Dependencies::Stats]
 - Dependencies changed since 0.002002, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
 - runtime: (recommends: +1)
 - test: +1 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 57a0ef0 commit 95d14b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Dist-Zilla-Plugin-Git-NextVersion-Sanitized

{{$NEXT}}

0.002003 2017-03-03T10:34:25Z 57a0ef0
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
- Closes https://github.com/kentnl/Dist-Zilla-Plugin-Git-NextVersion-Sanitized/issues/2
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Git/NextVersion/Sanitized.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Plugin::Git::NextVersion::Sanitized;

our $VERSION = '0.002003';
our $VERSION = '0.002004';

# ABSTRACT: Sanitize versions handed to you by Git::NextVersion

Expand Down

0 comments on commit 95d14b7

Please sign in to comment.