-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
271 lines (201 loc) · 6.19 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
Revision history for Dist-Zilla-PluginBundle-YANICK
0.30.0 2019-06-24
[ ENHANCEMENTS ]
- add Dist::Zilla::Plugin::MinimalPerlFast
[ STATISTICS ]
- code churn: 2 files changed, 13 insertions(+), 5 deletions(-)
0.29.1 2019-06-24
[ MISC ]
- bring the code of conduct and the covenant files into master.
- officially supported perls are 22..30.
[ STATISTICS ]
- code churn: 7 files changed, 131 insertions(+), 32 deletions(-)
0.29.0 2018-06-20
[ ENHANCEMENTS ]
- added GitHubREADME::Badge plugin.
- added ContributorCovenant plugin.
[ STATISTICS ]
- code churn: 5 files changed, 25 insertions(+), 2 deletions(-)
0.28.0 2017-12-03
[ ENHANCEMENTS ]
- Travis tweaks.
[ STATISTICS ]
- code churn: 6 files changed, 169 insertions(+), 6 deletions(-)
0.27.0 2017-04-16
[ ENHANCEMENTS ]
- YANICK is the default Authority.
- some plugins skipped if env variable TRAVIS is present
- add dependency for Test::Prereqs
[ STATISTICS ]
- code churn: 3 files changed, 19 insertions(+), 5 deletions(-)
0.26.0 2017-02-26
[ ENHANCEMENTS ]
- Remove Test::Pause::Permissions.
- Use ReadmeAnyFrom Pod.
[ STATISTICS ]
- code churn: 4 files changed, 11 insertions(+), 11 deletions(-)
0.25.1 2015-12-31
[ DOCUMENTATION ]
- Fix typo in SYNOPSIS. (GH#5, dams)
[ STATISTICS ]
- code churn: 2 files changed, 9 insertions(+), 2 deletions(-)
0.25.0 2015-11-08
[ ENHANCEMENTS ]
- Add Test::Pause::Permissions.
[ STATISTICS ]
- code churn: 4 files changed, 16 insertions(+), 5 deletions(-)
0.24.0 2015-07-07
[ ENHANCEMENTS ]
- More to DZP::Git::Contributor. (GH#4, Karen Etheridge)
- Remove deprecated private nextVersion plugin. (GH#1-ish)
[ STATISTICS ]
- code churn: 5 files changed, 129 insertions(+), 284 deletions(-)
0.23.0 2015-05-28
[ ENHANCEMENTS ]
- Change Reporting module to Test::ReportPrereqs.
[ STATISTICS ]
- code churn: 3 files changed, 12 insertions(+), 4 deletions(-)
0.22.1 2015-03-18
[ BUG FIXES ]
- It's VerifyPhase*s*. Oops.
[ STATISTICS ]
- code churn: 2 files changed, 10 insertions(+), 3 deletions(-)
0.22.0 2015-02-03
[ ENHANCEMENTS ]
- Add VerifyPhase.
- Add a few config params.
[ STATISTICS ]
- code churn: 4 files changed, 59 insertions(+), 8 deletions(-)
0.21.1 2014-11-06
[ BUG FIXES ]
- Remove redundance DZ::P::Homepage (it now comes from the GitHub
plugins).
[ STATISTICS ]
- code churn: 3 files changed, 10 insertions(+), 6 deletions(-)
0.21.0 2014-08-31
[ ENHANCEMENTS ]
- Added CPANFile
- Added DOAP
- Switch GatherDir for Git::GatherDir
- Now uses Dist::Zilla::Role::pluginBundle::ConfigSlicer.
[ STATISTICS ]
- code churn: 4 files changed, 54 insertions(+), 5 deletions(-)
0.20.0 2014-03-11
[ ENHANCEMENTS ]
- GitHub is now the default bug tracker.
[ STATISTICS ]
- code churn: 4 files changed, 20 insertions(+), 15 deletions(-)
0.19.0 2014-02-17
[ BUG FIXES ]
- Add a few forgotten dependencies.
- Bump dependency for D::Z::P::Twitter.
[ NEW FEATURES ]
- Add 'tweet' flag.
[ STATISTICS ]
- code churn: 3 files changed, 59 insertions(+), 34 deletions(-)
0.18.3 2013-09-25
[ BUG FIXES ]
- Add 'multiple_inheritance' flag for dz::p::git::commitbuild.
[ STATISTICS ]
- code churn: 4 files changed, 37 insertions(+), 7 deletions(-)
0.18.2 2013-09-25
[ BUG FIXES ]
- Push both branches master and releases upon release.
[ STATISTICS ]
- code churn: 4 files changed, 25 insertions(+), 6 deletions(-)
0.18.1 2013-09-22
[ MISC ]
- Bump the dependency of Dist::Zilla::Plugin::Test::Compile to 2.033.
[ STATISTICS ]
- code churn: 4 files changed, 18 insertions(+), 4 deletions(-)
0.18.0 2013-05-02
[ BUG FIXES ]
- Push version dependencies out of the main module to allow for
bootstrapping.
[ ENHANCEMENTS ]
- Bump D::Z::P::ChangeStats::Git to v0.2.1.
[ STATISTICS ]
- code churn: 3 files changed, 16 insertions(+), 6 deletions(-)
0.17.0 2013-05-02
[ ENHANCEMENTS ]
- Move some plugins around to commit all changes to master after a
release.
- Up NextVersion::Semantic dependency to v0.1.2
- Up ChangeStats::Git dependency
[ STATISTICS ]
- code churn: 2 files changed, 32 insertions(+), 19 deletions(-)
0.16.0 2013-03-18
[ ENHANCEMENTS ]
- Add DZP::ContributorsFromGit and DZP::ContributorsFile
0.15.0 2013-02-02
[ ENHANCEMENTS ]
- Use DZ::P::Twitter version 0.019 (now with twitter cards!)
[ STATISTICS ]
- code churn: 2 files changed, 14 insertions(+), 3 deletions(-)
0.14.0 2012-12-12
[ ENHANCEMENTS ]
- use ReportVersions::Tiny
0.13.0 2012-11-11
[ ENHANCEMENTS ]
- add CoderwallEndorse
[ STATISTICS ]
- code churn: 3 files changed, 17 insertions(+)
0.12.0 2012-06-28
[ ENHANCEMENTS ]
- add HelpWanted
[ STATISTICS ]
- code churn: 3 files changed, 30 insertions(+), 2 deletions(-)
0.11.1 2012-05-28
[ BUG FIXES ]
- add explicit depencencies
0.11.0 2012-05-22
[ ENHANCEMENTS ]
- add ChangeStats::Git
0.10.0 2012-03-21
[ ENHANCEMENTS ]
- brand new Mint!
0.9.0 2012-03-19
[ ENHANCEMENTS ]
- add Covenant
- add SchwartzRatio
0.8.0 2012-03-19
[ ENHANCEMENTS ]
- add NextVersion::Semantic
0.7.0 2012-03-03
[ ENHANCEMENTS ]
- add plugin Test::Compile
0.6.0 2012-02-04
[ ENHANCEMENTS ]
- add plugin CoalescePod
0.5.1 2012-02-03
[ BUG FIXES ]
- add missing deps [GH2] (thanks chorny!)
0.5.0 2011-12-03
[ ENHANCEMENTS ]
- requires D::Z::P::Twitter v0.013 for metacpan links
0.4.3 2011-11-14
[ BUG FIXES ]
- move Git::Commit before Git::CommitBuild
0.4.2 2011-09-25
[ BUG FIXES ]
- passing undef to AutoPrereq made it unhappy
0.4.1 2011-08-29
[ BUG FIXES ]
- nameless group was deleted by accident
0.4.0 2011-06-20
[ ENHANCEMENTS ]
- Add plugin InstallGuide
0.3.0 2011-04-17
[ ENHANCEMENTS ]
- Add parameter 'authority'
0.2.1 2011-04-10
[ BUG FIXES ]
- NextSemanticVersion afterRelease actions work, now.
0.2.0 2011-04-10
[ ENHANCEMENTS ]
- Add FAKE env param.
- Add the NextSemanticVersion plugin
- Add ReadmeMarkdownFromPod
- Add parameter 'fake_release'
0.1.0 2011-01-02
0.0.1 2010-12-21