Revision history for Dist-Zilla-Plugin-ChangeStats-Git
0.6.0 2017-04-14
[ ENHANCEMENTS ]
- plugin doesn't crash if the git branches used for the diff don't
exist.
[ STATISTICS ]
- code churn: 3 files changed, 82 insertions(+), 69 deletions(-)
0.5.1 2016-02-22
[ BUG FIXES ]
- Fix deletions count bug when skipping files. (GH#7, Erik Carlsson)
[ STATISTICS ]
- code churn: 2 files changed, 10 insertions(+), 3 deletions(-)
0.5.0 2016-02-13
[ ENHANCEMENTS ]
- new plugin options 'text', 'skip_file', and 'skip_match'. (GH#5,
Erik Carlsson)
[ STATISTICS ]
- code churn: 5 files changed, 241 insertions(+), 76 deletions(-)
0.4.0 2015-10-01
[ BUG FIXES ]
- Fix regex warnings (and tests) in recent perls. (GH#4, Shlomi Fish)
[ ENHANCEMENTS ]
- Allow to retrieve last version from Git::Tag. (GH#3, apocalypse)
[ STATISTICS ]
- code churn: 5 files changed, 62 insertions(+), 14 deletions(-)
0.3.0 2014-09-09
[ ENHANCEMENTS ]
- Can configure develop and releases branches. (GH#2)
[ STATISTICS ]
- code churn: 3 files changed, 35 insertions(+), 3 deletions(-)
0.2.1 2013-05-02
[ BUG FIXES ]
- Don't drop statistics in NEXT release in the on-disk changelog.
[ STATISTICS ]
- code churn: 2 files changed, 15 insertions(+), 5 deletions(-)
0.2.0 2013-05-02
[ ENHANCEMENTS ]
- Also write the added [STATISTICS] to the on-disk changelog.
[ STATISTICS ]
- code churn: 5 files changed, 50 insertions(+), 8 deletions(-)
0.1.3 2012-06-03
[ BUG FIXES ]
- Three dots, for heaven's sake! (releases...master)
[ STATISTICS ]
- code churn: 18 files changed, 82 insertions(+), 1400 deletions(-)
0.1.2 2012-06-03
[ BUG FIXES ]
- Stats taken from 'git diff', not 'git log'.
0.1.1 2012-05-22
[ BUG FIXES ]
- I got the pre/post munging all wrong
0.1.0 2012-05-22
- First version, unleashed on an unsuspecting world.