Revision history for Dist-Zilla-Plugin-BumpVersionAfterRelease
0.010 2015-07-16 06:35:38-04:00 America/New_York (TRIAL RELEASE)
[CHANGED]
- Decimal versions with underscore are prohibited unless the
'allow_decimal_underscore' option is set to true.
- The # TRIAL suffix is no longer added to repository files when
bumping the version after release.
- The tarball name is added as a comment to files munged during
build so the source is more evident (in case the module name
bears no relation to the tarball name).
[FIXED]
- Adds "$VERSION = eval $VERSION" when version contains an underscore
0.009 2015-01-27 06:47:35-05:00 America/New_York
[CHANGED]
- Clarified/added debug log messages
[DOCUMENTATION]
- Added link to BumpVersionAfterRelease::Transitional
0.008 2014-12-01 09:59:35-05:00 America/New_York
[DOCUMENTATION]
- Documented 'finder' option
0.007 2014-11-13 16:52:44-05:00 America/New_York
[PREREQS]
- Require Path::Tiny 0.061 to avoid an append w/ truncate bug
0.006 2014-11-04 17:38:47-05:00 America/New_York
[CHANGED]
- Version bumps now truncate+append to preserve file modes
0.005 2014-10-30 10:32:18-04:00 America/New_York
[ADDED]
- Added 'skip_version_provider' option
0.004 2014-10-06 16:54:32-04:00 America/New_York
[ADDED]
- Added 'global' attribute to replace all occurances of the version
number assignment.
0.003 2014-09-26 16:07:12-04:00 America/New_York
[ADDED]
- Added 'munge_makefile_pl' attribute (default true) that
munges $VERSION in a Makefile.PL in the root.
0.002 2014-03-28 10:44:02-04:00 America/New_York
[DOCUMENTATION]
- Removed unnecessary VersionFromModule in example dist.ini
0.001 2014-03-27 17:02:51-04:00 America/New_York
- First release