github_changelog_generator 1.2.8 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +322 -75
- data/README.md +66 -34
- data/lib/CHANGELOG.md +736 -91
- data/lib/github_changelog_generator.rb +278 -162
- data/lib/github_changelog_generator/generator.rb +13 -13
- data/lib/github_changelog_generator/parser.rb +45 -12
- data/lib/github_changelog_generator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42248fcc3fd98eee109030799744d5d3db221a6c
|
4
|
+
data.tar.gz: 3b3d51c23077365136cf6f1610c81f13047fcaec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7890c16f05a6b830574e6a0ff68e06d5e973847820ad47868e7671b9aa1e2e2ffc7fadf8a868e949ecec7275ac980677e2aef5622e5095dfaa994976edd394a
|
7
|
+
data.tar.gz: 2fc1ac6655e403bb28ce8491c9b6f6e2fd27f87aa3c94d06108a22c36a2ee7b6354fd2a874637c0e35b8c7a00834109e863512799275d84aee3a3fbec007840a
|
data/CHANGELOG.md
CHANGED
@@ -1,133 +1,380 @@
|
|
1
|
-
#
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [Unreleased](https://github.com/skywinder/Github-Changelog-Generator/tree/HEAD) (2015-02-26)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.8...HEAD)
|
6
|
+
|
7
|
+
#### Implemented enhancements:
|
8
|
+
|
9
|
+
- Separate list exclude and include labels [\#52](https://github.com/skywinder/Github-Changelog-Generator/issues/52)
|
10
|
+
|
11
|
+
- Not Released [\#47](https://github.com/skywinder/Github-Changelog-Generator/issues/47)
|
12
|
+
|
13
|
+
|
14
|
+
#### Fixed bugs:
|
15
|
+
|
16
|
+
- Test pull request with invalid label \(#26\) in changelog appeared. [\#44](https://github.com/skywinder/Github-Changelog-Generator/issues/44)
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
#### Merged pull requests:
|
21
|
+
|
22
|
+
- Implement filtering of Pull Requests by milestones [\#50](https://github.com/skywinder/Github-Changelog-Generator/pull/50) ([skywinder](https://github.com/skywinder))
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
## [1.2.8](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.8) (2015-02-17)
|
29
|
+
|
30
|
+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.7...1.2.8)
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
#### Closed issues:
|
35
|
+
|
36
|
+
- Bugs, that closed simultaneously with push not appeared in correct version. [\#37](https://github.com/skywinder/Github-Changelog-Generator/issues/37)
|
37
|
+
|
38
|
+
|
39
|
+
#### Merged pull requests:
|
40
|
+
|
41
|
+
- Feature/fix 37 [\#49](https://github.com/skywinder/Github-Changelog-Generator/pull/49) ([skywinder](https://github.com/skywinder))
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
- Prettify output [\#48](https://github.com/skywinder/Github-Changelog-Generator/pull/48) ([skywinder](https://github.com/skywinder))
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
## [1.2.7](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.7) (2015-01-26)
|
2
52
|
|
3
|
-
## [1.2.7](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.7)
|
4
53
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.6...1.2.7)
|
5
|
-
#### 26/01/15
|
6
|
-
- *Merged pull-request:* Add compare link between older version and newer version [\#46](https://github.com/skywinder/Github-Changelog-Generator/pull/46) ([sue445](https://github.com/sue445))
|
7
54
|
|
8
|
-
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
#### Merged pull requests:
|
59
|
+
|
60
|
+
- Add compare link between older version and newer version [\#46](https://github.com/skywinder/Github-Changelog-Generator/pull/46) ([sue445](https://github.com/sue445))
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
## [1.2.6](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.6) (2015-01-21)
|
67
|
+
|
9
68
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.5...1.2.6)
|
10
|
-
#### 21/01/15
|
11
|
-
- *Merged pull-request:* fix link tag format [\#45](https://github.com/skywinder/Github-Changelog-Generator/pull/45) ([sugamasao](https://github.com/sugamasao))
|
12
69
|
|
13
|
-
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
#### Merged pull requests:
|
74
|
+
|
75
|
+
- fix link tag format [\#45](https://github.com/skywinder/Github-Changelog-Generator/pull/45) ([sugamasao](https://github.com/sugamasao))
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
## [1.2.5](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.5) (2015-01-15)
|
82
|
+
|
14
83
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.4...1.2.5)
|
15
|
-
#### 15/01/15
|
16
|
-
- *Merged pull-request:* PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
|
17
84
|
|
18
|
-
|
85
|
+
#### Implemented enhancements:
|
86
|
+
|
87
|
+
- Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/Github-Changelog-Generator/issues/22)
|
88
|
+
|
89
|
+
|
90
|
+
#### Fixed bugs:
|
19
91
|
|
20
|
-
-
|
92
|
+
- Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
|
21
93
|
|
22
|
-
- *Fixed bug:* Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
|
23
94
|
|
24
|
-
|
95
|
+
|
96
|
+
#### Merged pull requests:
|
97
|
+
|
98
|
+
- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
- support enterprise github via command line options [\#42](https://github.com/skywinder/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett))
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
## [1.2.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.4) (2014-12-16)
|
109
|
+
|
25
110
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.3...1.2.4)
|
26
|
-
#### 16/12/14
|
27
|
-
- *Merged pull-request:* Fix crash when user is NULL [\#40](https://github.com/skywinder/Github-Changelog-Generator/pull/40) ([skywinder](https://github.com/skywinder))
|
28
111
|
|
29
|
-
- *Merged pull-request:* Implement async fetching [\#39](https://github.com/skywinder/Github-Changelog-Generator/pull/39) ([skywinder](https://github.com/skywinder))
|
30
112
|
|
31
|
-
|
113
|
+
#### Fixed bugs:
|
114
|
+
|
115
|
+
- Sometimes user is NULL during merges [\#41](https://github.com/skywinder/Github-Changelog-Generator/issues/41)
|
116
|
+
|
117
|
+
- Crash when try generate log for rails [\#35](https://github.com/skywinder/Github-Changelog-Generator/issues/35)
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
#### Merged pull requests:
|
122
|
+
|
123
|
+
- Implement async fetching [\#39](https://github.com/skywinder/Github-Changelog-Generator/pull/39) ([skywinder](https://github.com/skywinder))
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
## [1.2.3](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.3) (2014-12-16)
|
32
130
|
|
33
|
-
## [1.2.3](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.3)
|
34
131
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.2...1.2.3)
|
35
|
-
#### 16/12/14
|
36
|
-
- *Implemented enhancement:* Add ability to run with one parameter instead -u -p [\#38](https://github.com/skywinder/Github-Changelog-Generator/issues/38)
|
37
132
|
|
38
|
-
|
133
|
+
#### Implemented enhancements:
|
134
|
+
|
135
|
+
- Add ability to run with one parameter instead -u -p [\#38](https://github.com/skywinder/Github-Changelog-Generator/issues/38)
|
136
|
+
|
137
|
+
- Detailed output [\#33](https://github.com/skywinder/Github-Changelog-Generator/issues/33)
|
138
|
+
|
139
|
+
|
140
|
+
#### Fixed bugs:
|
141
|
+
|
142
|
+
- Docs lacking or basic behavior not as advertised [\#30](https://github.com/skywinder/Github-Changelog-Generator/issues/30)
|
143
|
+
|
39
144
|
|
40
|
-
- *Fixed bug:* Docs lacking or basic behavior not as advertised [\#30](https://github.com/skywinder/Github-Changelog-Generator/issues/30)
|
41
145
|
|
42
|
-
|
146
|
+
#### Merged pull requests:
|
147
|
+
|
148
|
+
- Fix crash when user is NULL [\#40](https://github.com/skywinder/Github-Changelog-Generator/pull/40) ([skywinder](https://github.com/skywinder))
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
## [1.2.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.2) (2014-12-10)
|
155
|
+
|
43
156
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.1...1.2.2)
|
44
|
-
#### 10/12/14
|
45
|
-
- *Merged pull-request:* Add a Bitdeli Badge to README [\#36](https://github.com/skywinder/Github-Changelog-Generator/pull/36) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
46
157
|
|
47
|
-
- *Fixed bug:* Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34)
|
48
158
|
|
49
|
-
|
159
|
+
#### Fixed bugs:
|
160
|
+
|
161
|
+
- Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34)
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
#### Merged pull requests:
|
166
|
+
|
167
|
+
- Add a Bitdeli Badge to README [\#36](https://github.com/skywinder/Github-Changelog-Generator/pull/36) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
## [1.2.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.1) (2014-11-22)
|
174
|
+
|
50
175
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.0...1.2.1)
|
51
|
-
#### 22/11/14
|
52
|
-
- *Merged pull-request:* Issues for last tag not in list [\#29](https://github.com/skywinder/Github-Changelog-Generator/pull/29) ([skywinder](https://github.com/skywinder))
|
53
176
|
|
54
|
-
- *Merged pull-request:* Disable default --filter-pull-requests option. [\#28](https://github.com/skywinder/Github-Changelog-Generator/pull/28) ([skywinder](https://github.com/skywinder))
|
55
177
|
|
56
|
-
|
178
|
+
#### Fixed bugs:
|
179
|
+
|
180
|
+
- Script fills changelog only for first 30 tags. [\#20](https://github.com/skywinder/Github-Changelog-Generator/issues/20)
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
#### Merged pull requests:
|
185
|
+
|
186
|
+
- Issues for last tag not in list [\#29](https://github.com/skywinder/Github-Changelog-Generator/pull/29) ([skywinder](https://github.com/skywinder))
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
- Disable default --filter-pull-requests option. [\#28](https://github.com/skywinder/Github-Changelog-Generator/pull/28) ([skywinder](https://github.com/skywinder))
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
## [1.2.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.0) (2014-11-19)
|
57
197
|
|
58
|
-
## [1.2.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.0)
|
59
198
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.4...1.2.0)
|
60
|
-
#### 19/11/14
|
61
|
-
- *Merged pull-request:* Add filter for pull-requests labels. \(option --filter-pull-requests\) [\#27](https://github.com/skywinder/Github-Changelog-Generator/pull/27) ([skywinder](https://github.com/skywinder))
|
62
199
|
|
63
|
-
- *Merged pull-request:* Test Pull-Request SHOULD NOT APPEAR IN LOG! [\#26](https://github.com/skywinder/Github-Changelog-Generator/pull/26) ([skywinder](https://github.com/skywinder))
|
64
200
|
|
65
|
-
- *Merged pull-request:* Add ability to insert authors of pull-requests \(--\[no-\]author option\) [\#25](https://github.com/skywinder/Github-Changelog-Generator/pull/25) ([skywinder](https://github.com/skywinder))
|
66
201
|
|
67
|
-
- *Merged pull-request:* Don't receive issues in case of --no-isses flag specied [\#24](https://github.com/skywinder/Github-Changelog-Generator/pull/24) ([skywinder](https://github.com/skywinder))
|
68
202
|
|
69
|
-
|
203
|
+
#### Merged pull requests:
|
204
|
+
|
205
|
+
- Add filter for pull-requests labels. \(option --filter-pull-requests\) [\#27](https://github.com/skywinder/Github-Changelog-Generator/pull/27) ([skywinder](https://github.com/skywinder))
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
- Add ability to insert authors of pull-requests \(--\[no-\]author option\) [\#25](https://github.com/skywinder/Github-Changelog-Generator/pull/25) ([skywinder](https://github.com/skywinder))
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
- Don't receive issues in case of --no-isses flag specied [\#24](https://github.com/skywinder/Github-Changelog-Generator/pull/24) ([skywinder](https://github.com/skywinder))
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
## [1.1.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.4) (2014-11-18)
|
220
|
+
|
70
221
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.2...1.1.4)
|
71
|
-
#### 18/11/14
|
72
|
-
- *Merged pull-request:* Sort tags by date [\#23](https://github.com/skywinder/Github-Changelog-Generator/pull/23) ([skywinder](https://github.com/skywinder))
|
73
222
|
|
74
|
-
|
223
|
+
#### Implemented enhancements:
|
224
|
+
|
225
|
+
- Implement ability to retrieve GitHub token from ENV variable \(to not put it to script directly\) [\#19](https://github.com/skywinder/Github-Changelog-Generator/issues/19)
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
#### Merged pull requests:
|
231
|
+
|
232
|
+
- Sort tags by date [\#23](https://github.com/skywinder/Github-Changelog-Generator/pull/23) ([skywinder](https://github.com/skywinder))
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
## [1.1.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.2) (2014-11-12)
|
75
239
|
|
76
|
-
## [1.1.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.2)
|
77
240
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.1...1.1.2)
|
78
|
-
#### 12/11/14
|
79
|
-
- *Merged pull-request:* Fix bug with dot signs in project name [\#18](https://github.com/skywinder/Github-Changelog-Generator/pull/18) ([skywinder](https://github.com/skywinder))
|
80
241
|
|
81
|
-
- *Merged pull-request:* Fix bug with dot signs in user name [\#17](https://github.com/skywinder/Github-Changelog-Generator/pull/17) ([skywinder](https://github.com/skywinder))
|
82
242
|
|
83
|
-
|
243
|
+
|
244
|
+
|
245
|
+
#### Merged pull requests:
|
246
|
+
|
247
|
+
- Fix bug with dot signs in project name [\#18](https://github.com/skywinder/Github-Changelog-Generator/pull/18) ([skywinder](https://github.com/skywinder))
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
- Fix bug with dot signs in user name [\#17](https://github.com/skywinder/Github-Changelog-Generator/pull/17) ([skywinder](https://github.com/skywinder))
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
## [1.1.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.1) (2014-11-10)
|
258
|
+
|
84
259
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.0...1.1.1)
|
85
|
-
#### 10/11/14
|
86
|
-
- *Merged pull-request:* Remove duplicates of issues and pull-requests with same number [\#15](https://github.com/skywinder/Github-Changelog-Generator/pull/15) ([skywinder](https://github.com/skywinder))
|
87
260
|
|
88
|
-
- *Merged pull-request:* Sort issues by tags [\#14](https://github.com/skywinder/Github-Changelog-Generator/pull/14) ([skywinder](https://github.com/skywinder))
|
89
261
|
|
90
|
-
- *Merged pull-request:* Add ability to add or exclude issues without any labels [\#13](https://github.com/skywinder/Github-Changelog-Generator/pull/13) ([skywinder](https://github.com/skywinder))
|
91
262
|
|
92
|
-
|
263
|
+
|
264
|
+
#### Merged pull requests:
|
265
|
+
|
266
|
+
- Remove duplicates of issues and pull-requests with same number [\#15](https://github.com/skywinder/Github-Changelog-Generator/pull/15) ([skywinder](https://github.com/skywinder))
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
- Sort issues by tags [\#14](https://github.com/skywinder/Github-Changelog-Generator/pull/14) ([skywinder](https://github.com/skywinder))
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
- Add ability to add or exclude issues without any labels [\#13](https://github.com/skywinder/Github-Changelog-Generator/pull/13) ([skywinder](https://github.com/skywinder))
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
## [1.1.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.0) (2014-11-10)
|
281
|
+
|
93
282
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.1...1.1.0)
|
94
|
-
#### 10/11/14
|
95
|
-
- *Implemented enhancement:* Detect username and project form origin [\#11](https://github.com/skywinder/Github-Changelog-Generator/issues/11)
|
96
283
|
|
97
|
-
|
284
|
+
#### Implemented enhancements:
|
285
|
+
|
286
|
+
- Detect username and project form origin [\#11](https://github.com/skywinder/Github-Changelog-Generator/issues/11)
|
287
|
+
|
98
288
|
|
99
|
-
|
289
|
+
#### Fixed bugs:
|
290
|
+
|
291
|
+
- Bug with wrong credentials in 1.0.1 [\#12](https://github.com/skywinder/Github-Changelog-Generator/issues/12)
|
292
|
+
|
293
|
+
- Markdown formating in the last line wrong [\#9](https://github.com/skywinder/Github-Changelog-Generator/issues/9)
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
## [1.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.1) (2014-11-10)
|
100
300
|
|
101
|
-
## [1.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.1)
|
102
301
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.0...1.0.1)
|
103
|
-
|
104
|
-
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
#### Merged pull requests:
|
307
|
+
|
308
|
+
- Implement support of different tags. [\#8](https://github.com/skywinder/Github-Changelog-Generator/pull/8) ([skywinder](https://github.com/skywinder))
|
309
|
+
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
## [1.0.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.0) (2014-11-07)
|
315
|
+
|
105
316
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.1.0...1.0.0)
|
106
|
-
#### 07/11/14
|
107
|
-
- *Merged pull-request:* Implement support of different tags. [\#8](https://github.com/skywinder/Github-Changelog-Generator/pull/8) ([skywinder](https://github.com/skywinder))
|
108
317
|
|
109
|
-
|
318
|
+
#### Implemented enhancements:
|
319
|
+
|
320
|
+
- Add support for fixed issues and implemented enchanments. [\#6](https://github.com/skywinder/Github-Changelog-Generator/issues/6)
|
321
|
+
|
322
|
+
- Implement option to specify output filename [\#4](https://github.com/skywinder/Github-Changelog-Generator/issues/4)
|
323
|
+
|
324
|
+
|
325
|
+
#### Fixed bugs:
|
326
|
+
|
327
|
+
- Last tag not appeared in changelog [\#5](https://github.com/skywinder/Github-Changelog-Generator/issues/5)
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
#### Merged pull requests:
|
332
|
+
|
333
|
+
- Add support for issues in CHANGELOG [\#7](https://github.com/skywinder/Github-Changelog-Generator/pull/7) ([skywinder](https://github.com/skywinder))
|
334
|
+
|
110
335
|
|
111
|
-
- *Merged pull-request:* Fix parsing date of pull request [\#3](https://github.com/skywinder/Github-Changelog-Generator/pull/3) ([skywinder](https://github.com/skywinder))
|
112
336
|
|
113
|
-
-
|
337
|
+
- Fix parsing date of pull request [\#3](https://github.com/skywinder/Github-Changelog-Generator/pull/3) ([skywinder](https://github.com/skywinder))
|
114
338
|
|
115
|
-
- *Implemented enhancement:* Add support for fixed issues and implemented enchanments. [\#6](https://github.com/skywinder/Github-Changelog-Generator/issues/6)
|
116
339
|
|
117
|
-
- *Fixed bug:* Last tag not appeared in changelog [\#5](https://github.com/skywinder/Github-Changelog-Generator/issues/5)
|
118
340
|
|
119
|
-
|
341
|
+
|
342
|
+
|
343
|
+
## [0.1.0](https://github.com/skywinder/Github-Changelog-Generator/tree/0.1.0) (2014-11-07)
|
344
|
+
|
120
345
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.0.2...0.1.0)
|
121
|
-
#### 07/11/14
|
122
|
-
- *Merged pull-request:* Add changelog generation for last tag [\#2](https://github.com/skywinder/Github-Changelog-Generator/pull/2) ([skywinder](https://github.com/skywinder))
|
123
346
|
|
124
|
-
- *Merged pull-request:* Add option \(-o --output\) to specify name of the output file. [\#1](https://github.com/skywinder/Github-Changelog-Generator/pull/1) ([skywinder](https://github.com/skywinder))
|
125
347
|
|
126
|
-
|
348
|
+
|
349
|
+
|
350
|
+
#### Merged pull requests:
|
351
|
+
|
352
|
+
- Add changelog generation for last tag [\#2](https://github.com/skywinder/Github-Changelog-Generator/pull/2) ([skywinder](https://github.com/skywinder))
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
- Add option \(-o --output\) to specify name of the output file. [\#1](https://github.com/skywinder/Github-Changelog-Generator/pull/1) ([skywinder](https://github.com/skywinder))
|
357
|
+
|
358
|
+
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
## [0.0.2](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.2) (2014-11-06)
|
363
|
+
|
127
364
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.0.1...0.0.2)
|
128
|
-
#### 06/11/14
|
129
|
-
## [0.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.1)
|
130
|
-
#### 06/11/14
|
131
365
|
|
132
366
|
|
133
|
-
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
|
371
|
+
## [0.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.1) (2014-11-06)
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|