-
Notifications
You must be signed in to change notification settings - Fork 1
/
change.log
348 lines (166 loc) · 7.44 KB
/
change.log
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
0.0.30
* ci: ensure the changelog is generated with all variables
* show command: add missing -g/--guess argument
* fix #9, close #10: the MD layout uses dynamic user name
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 30 Sep 2017 13:09:38 +0200
0.0.29
* `changelog show`: quickly display the last version on terminal.
* `changelog rename`: quickly rename versions.
Wihthout arguments it renames the __last version__ to `UNRELEASED`.
Use `--version` and `--to=version|name` to control the behavior of `rename`.
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 24 Aug 2017 21:44:14 +0200
0.0.28
* ci: add go 1.9, various updates
* close #5: UNRELEASED can be exported
* export: ensure the file is open with truncate flag
* close #7: the init operation does not fail on vcs issue
* changelog: 0.0.27
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Tue, 22 Aug 2017 21:57:18 +0200
0.0.27
* close #4: fix whitespace handling
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Wed, 12 Apr 2017 16:34:57 +0200
0.0.26
* add json command to export a change.log file to JSON
* add end-to-end tests
* README: make use of emd
* dependencies: update all
* Version: ensure json serialization of semver.Version type works
* bump: move script to a .version.sh file
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Fri, 24 Feb 2017 01:07:41 +0100
0.0.25
* add new option -g/--guess to guess name and user variable from the cwd
* Code refactoring: applied go linters
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Wed, 04 Jan 2017 15:21:15 +0100
0.0.24
* travis: fix ghtoken value to build gh-pages
* appveyor: rename some variable
* appveyor: update gh token
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 30 Jul 2016 17:08:34 +0200
0.0.23
* packaging: fix travis script
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 30 Jul 2016 02:15:31 +0200
0.0.22
* packaging: add choco package, add deb/rpm repositories
* README: update usage and install section
* release: generate gh-release body from the changelog
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Sat, 30 Jul 2016 02:07:20 +0200
0.0.21
* MD layout: Fix diff url, it was using wrong repository name
* rpm: fix url of the rpm package
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Wed, 27 Jul 2016 16:05:24 +0200
0.0.20
* firstrev: silently fail if the directory is not a repository,
or if the system does not have required binaries
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Tue, 26 Jul 2016 18:22:32 +0200
0.0.19
* Markdown format: add link to the github diff page
* cli: add ghrelease command to export changelog to a short md format
* multilines: improved support of multilines changes to correctly
align them vertically with the prefix
* layouts: add new GHRELEASE template
* layouts: add test suite
* tagrange: add method to get begin...end range of a version
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Tue, 26 Jul 2016 18:09:45 +0200
0.0.18
* travs: fix wrong asset name
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 23:50:54 +0200
0.0.17
* rpm: add missing rpm.json to build the package
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 23:23:00 +0200
0.0.16
* rpm: add missing rpm.json to build the package
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 22:50:34 +0200
0.0.15
* rpm: add missing rpm.json to build the package
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 22:29:40 +0200
0.0.14
* travis: fix build script
* travis: update docker file
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 22:02:41 +0200
0.0.13
* travis: update docker file
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 21:12:30 +0200
0.0.12
* travis: fix docker script, requires curl
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 20:28:36 +0200
0.0.11
* build: add rpm packages
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 19:15:32 +0200
0.0.10
* RPM: ensure release tag is at least=1
* README: update usage command lines
* export: Add changelog format to export commands
* tpls: Fix RPM template, Refactor to simplify code
* version: add method GetName to get name or version value to string
* Tags: Allow trailing semicolo in tags
* RPM: Fix rpm template
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 15:34:11 +0200
0.0.9
* export: Add RPM export format
* main: Refactor export methods and ensure name vars is defined
* version: add new GetTag method to safely read a tag value
* debian layout: fix read urgency from the tags, not the vars
* README: update install section
* appveyor: build only on tag
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Thu, 14 Jul 2016 15:00:01 +0200
0.0.8
* appveyor: register go-msi path manually
* appveyor: update go-msi package
* appveyor: fix curl option to follow location redirect
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Tue, 12 Jul 2016 00:10:58 +0200
0.0.7
* appveyor: fix curl option to follow location redirect
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 23:32:43 +0200
0.0.6
* add msi build
* README: update install procedure
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 23:23:53 +0200
0.0.5
* deb.json: make use of name token
* README: Update usage command line
* installer: fix url download
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 22:51:43 +0200
0.0.4
* fix glide lock file
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 22:22:19 +0200
0.0.3
* add magic install script
* update release key
* update install method
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 22:05:53 +0200
0.0.2
* add deb.json file to generate debian packages
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 21:48:46 +0200
0.0.1
* Initial release
- mh-cbon <mh-cbon@users.noreply.github.com>
-- mh-cbon <mh-cbon@users.noreply.github.com>; Mon, 11 Jul 2016 21:43:10 +0200