-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChanges
148 lines (80 loc) · 3.52 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Revision history for Dist-Zilla-Plugin-BumpVersionAfterRelease
{{$NEXT}}
0.018 2018-04-21 22:32:15+02:00 Europe/Oslo
[CHANGED]
- Now uses 'tr' instead of 'eval' for underscore versions.
0.017 2017-12-27 11:47:28-05:00 America/New_York
[CHANGED]
- [BumpVersionAfterRelease] log message now identifies which version it is
trying to replace, when all_matching = 1
0.016 2017-11-26 16:54:54-05:00 America/New_York
[ADDED]
- New "all_matching" option for [BumpVersionAfterRelease], which only
bumps $VERSIONs that match the release version
0.015 2016-04-03 13:43:32-04:00 America/New_York
[ADDED]
- Support for the [ModuleBuild] plugin. Added by Dave Rolsky. GitHub #22.
0.014 2016-03-01 13:58:33-05:00 America/New_York
[FIXED]
- Fixed version number validity checks.
[DOCUMENTED]
- Added missing closing parenthesis.
0.013 2016-01-26 22:18:08-05:00 America/New_York
[FIXED]
- Fixed tests on Windows
0.012 2015-08-21 14:17:33-04:00 America/New_York
[CHANGED]
- Changed the error message for unsupported versions to indicate
they are not *allowed* rather than not *valid*.
[DOCUMENTED]
- Documented supported versions styles
0.011 2015-07-17 06:31:46-04:00 America/New_York (TRIAL RELEASE)
[ADDED]
- configurations are logged in metadata, when combined with [MetaConfig]
- new 'add_tarball_name' option, to add the tarball name 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).
[CHANGED]
- when a $VERSION is updated after release, the correct filename is
included in the log message, if it was changed
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