22 KiB
Change Log
1.8.3 (2015-08-31)
Merged pull requests:
1.8.2 (2015-08-26)
Closed issues:
- Output should not include security information #270
1.8.1 (2015-08-25)
Implemented enhancements:
Merged pull requests:
- Fix issue with missing events
in case of events for issue \>30
#268 (skywinder) - Use since_tag as default for older_tag #267 (raphink)
1.8.0 (2015-08-24)
Implemented enhancements:
Merged pull requests:
- Add
--due-tag
option #265 (skywinder) - Add release_url to rake task options #264 (raphink)
- Add a rake task #260 (raphink)
- Add release_url option #259 (raphink)
- Add --since-tag #257 (raphink)
1.7.0 (2015-07-16)
Implemented enhancements:
1.6.2 (2015-07-16)
Fixed bugs:
- --unreleased-only broken #250
1.6.1 (2015-06-12)
Implemented enhancements:
- Ability to specify custom section header #241
Fixed bugs:
- not encapsulated character
\<
#249
1.6.0 (2015-06-11)
Implemented enhancements:
- Issues with any label except "bug", "enhancement" should not be excluded by default. #240
- Add ability to specify custom labels for enhancements & bugfixes #54
Fixed bugs:
1.5.0 (2015-05-26)
Implemented enhancements:
- Show
Unreleased
section even when there is no tags in repo. #228 - Add option
--exclude-tags x,y,z
#214 - Generate change log between 2 specific tags #172
- Yanked releases support #53
Merged pull requests:
1.4.1 (2015-05-19)
Implemented enhancements:
- Trees/Archives with missing change log notes for the current tag. #230
Fixed bugs:
- github_changelog_generator.rb:220:in ``': No such file or directory - pwd
Errno::ENOENT
#237 - Doesnot generator changelog #235
- Exclude closed
not merged
PR's from changelog. #69
Merged pull requests:
- Wrap GitHub requests in function check_github_response #238 (skywinder)
- Add fetch token tests #236 (skywinder)
- Add future release option #231 (sildur)
1.4.0 (2015-05-07)
Implemented enhancements:
- Parsing of existing Change Log file #212
- Warn users about 0 tags in repo. #208
- Cleanup #220 (tuexss)
Closed issues:
- Add CodeClimate and Inch CI #219
Merged pull requests:
- Implement fetcher class #227 (skywinder)
- Add coveralls integration #223 (skywinder)
- Rspec & rubocop integration #217 (skywinder)
- Implement Reader class to parse ChangeLog.md #216 (estahn)
- Relatively require github_changelog_generator library #207 (sneal)
- Add --max-issues argument to limit requests #76 (sneal)
1.3.11 (2015-03-21)
Merged pull requests:
- Add fallback with warning message to prevent crash in case of exceed API Rate Limit
temporary workaround for \#71
#75 (skywinder)
1.3.10 (2015-03-18)
Fixed bugs:
1.3.9 (2015-03-06)
Implemented enhancements:
- Improve method of detecting owner and repository #63
Fixed bugs:
1.3.8 (2015-03-05)
1.3.6 (2015-03-05)
1.3.5 (2015-03-04)
Fixed bugs:
- Pull Requests in Wrong Tag #60
1.3.4 (2015-03-03)
Fixed bugs:
- --no-issues appears to break PRs #59
1.3.3 (2015-03-03)
Closed issues:
- Add # character to encapsulate list. #58
1.3.2 (2015-03-03)
Fixed bugs:
- generation failed if github commit api return
404 Not Found
#57
1.3.1 (2015-02-27)
1.3.0 (2015-02-26)
Implemented enhancements:
- Do not show
Unreleased
section, when it's empty. #55 - Separate list exclude and include labels #52
- Unreleased issues in separate section #47
- Separate by lists: Enhancements, Bugs, Pull requests. #31
Fixed bugs:
- Pull request with invalid label
\#26
in changelog appeared. #44
Merged pull requests:
1.2.8 (2015-02-17)
Closed issues:
- Bugs, that closed simultaneously with push not appeared in correct version. #37
Merged pull requests:
1.2.7 (2015-01-26)
Implemented enhancements:
1.2.6 (2015-01-21)
Merged pull requests:
1.2.5 (2015-01-15)
Implemented enhancements:
- Use milestone to specify in which version bug was fixed #22
- support enterprise github via command line options #42 (glenlovett)
Fixed bugs:
- Error when trying to generate log for repo without tags #32
- PrettyPrint class is included using lowercase 'pp' #43 (schwing)
1.2.4 (2014-12-16)
Fixed bugs:
1.2.3 (2014-12-16)
Implemented enhancements:
Fixed bugs:
- Docs lacking or basic behavior not as advertised #30
Merged pull requests:
1.2.2 (2014-12-10)
Fixed bugs:
- Encapsulate [ > * _ \ ] signs in issues names #34
Merged pull requests:
- Add a Bitdeli Badge to README #36 (bitdeli-chef)
1.2.1 (2014-11-22)
Fixed bugs:
- Script fills changelog only for first 30 tags. #20
Merged pull requests:
- Issues for last tag not in list #29 (skywinder)
- Disable default --filter-pull-requests option. #28 (skywinder)
1.2.0 (2014-11-19)
Merged pull requests:
- Add filter for pull-requests labels.
option --filter-pull-requests
#27 (skywinder) - Add ability to insert authors of pull-requests
--\[no-\]author option
#25 (skywinder) - Don't receive issues in case of --no-isses flag specied #24 (skywinder)
1.1.4 (2014-11-18)
Implemented enhancements:
- Implement ability to retrieve GitHub token from ENV variable
to not put it to script directly
#19
Merged pull requests:
1.1.2 (2014-11-12)
Merged pull requests:
- Fix bug with dot signs in project name #18 (skywinder)
- Fix bug with dot signs in user name #17 (skywinder)
1.1.1 (2014-11-10)
Merged pull requests:
- Remove duplicates of issues and pull-requests with same number #15 (skywinder)
- Sort issues by tags #14 (skywinder)
- Add ability to add or exclude issues without any labels #13 (skywinder)
1.1.0 (2014-11-10)
Implemented enhancements:
- Detect username and project form origin #11
Fixed bugs:
1.0.1 (2014-11-10)
1.0.0 (2014-11-07)
Implemented enhancements:
- Add support for fixed issues and implemented enchanments. #6
- Implement option to specify output filename #4
- Implement support of different tags. #8 (skywinder)
Fixed bugs:
- Last tag not appeared in changelog #5
Merged pull requests:
0.1.0 (2014-11-07)
Merged pull requests:
- Fix parsing date of pull request #3 (skywinder)
- Add changelog generation for last tag #2 (skywinder)
- Add option
-o --output
to specify name of the output file. #1 (skywinder)
0.0.2 (2014-11-06)
0.0.1 (2014-11-06)
* This Change Log was automatically generated by github_changelog_generator