-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
151 lines (99 loc) · 5.1 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
{{$NEXT}}
- Numerous documentation patches and Travis configuration were
generously provided by Paul Cochrane as part of the CPAN Pull
Request Challenge.
0.088 2014-03-18 20:58:57 America/Los_Angeles
[BUG FIXES]
- Fixed handling of the "recurse" option. Code and tests were
ontributed by @hartzell. Fixes GH #11
0.087 2014-02-10 21:38:05 America/Los_Angeles
- This plugin as been entirely re-written to use the pinto command
rather than interfacing with the Pinto API directly. Since the API
is still in flux, this should make the plugin more resilient to
changes. But the behavior of the plugin itself is unchanged.
However, it now requires Pinto 0.098 or later.
- The "pinto_exe" configuration option can be used to set the
path to the pinto executable. If not set, it searches your PATH.
- Nearly all configuration parameters are now optional. Defaults
are based on environment variables or the repository configuration.
See the POD for details.
0.086_01 2014-02-02 13:42:38 America/Los_Angeles
- Changes consolidated above under version 0.087
0.086 2014-01-21 14:01:06 America/Los_Angeles
[INCOMPATIBLE CHANGES]
- The "no_recurse" configuration option has been changed to
"recurse" which can be either true or false. If not set, the
default recursive behavior is determined by the repository
configuration. If you were using the the "no_recurse" option
before, you'll need to replace it with "recurse = 0" in your
dist.ini file.
[BUG FIXES]
- The plugin was ignoring your authentication credentials when
using a remote repository [GitHub #7]. Thanks @hstaugaard.
0.085 2014-01-13 14:48:42 America/Los_Angeles
[BUG FIXES]
- Also requires Pinto 0.091 or later at runtime. I should have
done this in the last release.
0.084 2014-01-13 14:39:08 America/Los_Angeles
[BUG FIXES]
- Remote repository URLs may now use HTTPS. Requires Pinto 0.091
or later.
0.083 2013-05-02 15:21:03 America/Los_Angeles
Updated to be compatible with Pinto 0.082 or newer. Now that
Pinto ships with Pinto::Remote, you no longer have to choose
which to install.
However, I've tried to rig it up so that you can install this
module in PERL5LIB along with all your other Dzil plugins, whilst
using the libraries from a stand-alone Pinto that is installed
in PINTO_HOME.
I'm not sure if this will work out. Please let me know about
your experiences.
0.046 2012-08-13 17:21:31 America/Los_Angeles
Now requires Pinto-0.46 or Pinto::Remote-0.046. These are
not listed as dependencies, so you can decide which one
you need to install.
You can now specify which stack to put the release on.
Added functional tests, but they only run if you have
the proper Pinto backends installed.
The "auth" configuration parameter has been renamed
to "authenticate" to avoid confusion with the "author"
parameter.
0.033 2012-03-17 01:29:36 America/Los_Angeles
Added support for the "norecurse" option. This behaves
the same way as --norecurse on pinto-admin and pinto-remote.
You'll need version 0.033 or better of Pinto or Pinto::Server
to use this. Thanks Karen Etheridge for inspiring this!
0.030 2012-01-26 22:51:38 America/Los_Angeles
The "repos" attribute is now called "root", which is
consistent with the rest of the Pinto tools. You'll
need to change your dist.ini files accordingly.
You can now release to multiple repositories by specifying
multiple values for the "root" attribute. [ Thanks reneeb! ]
You'll be prompted to enter your author ID if we can't
figure out your username.
Now requires either Pinto-0.030 or Pinto::Remote-0.030 or
higher (depending on whether you release to local or
remote repositories). Just as before, neither of these
are explicit dependencies, so you have to choose the
right one and install it manually.
0.028 2011-12-12 00:55:13 America/Los_Angeles
No new functionality, but now matches the API of the current
versions of Pinto and Pinto::Remote. So you must have either
Pinto >= 0.028 or Pinto::Rmote >= 0.028.
The version number for D::Z::P::Pinto::Add has been increased
to correspond to the minimum Pinto version that is required.
0.006 2011-09-03 23:32:20 America/Los_Angeles
We now ping the Pinto repository before trying to release. If it
isn't available, you'll be prompted whether to continue the rest
of the release.
0.005 2011-09-02 14:38:20 America/Los_Angeles
Ok, that last release flopped because my DZ config was borked.
0.004 2011-09-02 14:38:20 America/Los_Angeles
Renamed from Dist::Zilla::Plugin::ReleaseToPinto to
Dist::Zilla::Plugin::Pinto::Add. This gives me room to grow with
more plugins in the D::Z::Plugin::Pinto namespace.
Also fixed call to undefined method.
0.003 2011-09-01 15:22:20 America/Los_Angeles
No interface change. Just an extra log message when releasing.
0.002 2011-09-01 15:13:43 America/Los_Angeles
Initial release.