Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0627b6c701 | ||
|
|
bfdb5debec | ||
|
|
e871613d62 | ||
|
|
589dc13938 | ||
|
|
9a842dae26 | ||
|
|
bf84a6b479 | ||
|
|
843470273c |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,10 +1,18 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23)
|
## [Unreleased](https://github.com/skywinder/github-changelog-generator/tree/HEAD)
|
||||||
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.11.1...v1.11.0)
|
|
||||||
|
|
||||||
## [1.11.1](https://github.com/skywinder/github-changelog-generator/tree/1.11.1) (2016-02-23)
|
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.2...HEAD)
|
||||||
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...1.11.1)
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- Getting an error on install [\#329](https://github.com/skywinder/github-changelog-generator/issues/329)
|
||||||
|
|
||||||
|
## [1.10.2](https://github.com/skywinder/github-changelog-generator/tree/1.10.2) (2016-02-23)
|
||||||
|
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/v1.11.0...1.10.2)
|
||||||
|
|
||||||
|
## [v1.11.0](https://github.com/skywinder/github-changelog-generator/tree/v1.11.0) (2016-02-23)
|
||||||
|
[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.10.1...v1.11.0)
|
||||||
|
|
||||||
**Implemented enhancements:**
|
**Implemented enhancements:**
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
github_changelog_generator (1.10.1)
|
github_changelog_generator (1.10.2)
|
||||||
colorize (~> 0.7)
|
colorize (~> 0.7)
|
||||||
github_api (~> 0.12)
|
github_api (~> 0.12)
|
||||||
|
|
||||||
|
|||||||
1
Rakefile
1
Rakefile
@@ -1,3 +1,4 @@
|
|||||||
|
require "bundler"
|
||||||
require "bundler/gem_tasks"
|
require "bundler/gem_tasks"
|
||||||
require "rubocop/rake_task"
|
require "rubocop/rake_task"
|
||||||
require "rspec/core/rake_task"
|
require "rspec/core/rake_task"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module GitHubChangelogGenerator
|
module GitHubChangelogGenerator
|
||||||
VERSION = "1.10.2"
|
VERSION = "1.10.3"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user