Merge branch 'release/1.3.3'

This commit is contained in:
Petr Korolev 2015-03-03 17:59:04 +02:00
commit d1636ccb1d
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Change Log
## [Unreleased](https://github.com/skywinder/Github-Changelog-Generator/tree/HEAD)
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...HEAD)
**Closed issues:**
- Add \# character to wrapping list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58)
## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03)
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2)

View File

@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Petr Korolev"]
spec.email = %q{sky4winder+github_changelog_generator@gmail.com}
spec.date = `date +"%Y-%m-%d"`.strip!
spec.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.}
spec.description = %q{Script, that automatically generate change-log from your tags and pull-requests}
spec.summary = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
spec.description = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator}
spec.license = "MIT"

View File

@ -1,3 +1,3 @@
module GitHubChangelogGenerator
VERSION = '1.3.2'
VERSION = '1.3.3'
end