Skip to content

Commit d1636cc

Browse files
committed
Merge branch 'release/1.3.3'
2 parents 2b5c129 + 84c52db commit d1636cc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/skywinder/Github-Changelog-Generator/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Add \# character to wrapping list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58)
10+
311
## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03)
412

513
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2)

github_changelog_generator.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
1313
spec.authors = ["Petr Korolev"]
1414
spec.email = %q{sky4winder+github_changelog_generator@gmail.com}
1515
spec.date = `date +"%Y-%m-%d"`.strip!
16-
spec.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.}
17-
spec.description = %q{Script, that automatically generate change-log from your tags and pull-requests}
16+
spec.summary = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
17+
spec.description = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
1818
spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator}
1919
spec.license = "MIT"
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GitHubChangelogGenerator
2-
VERSION = '1.3.2'
2+
VERSION = '1.3.3'
33
end

0 commit comments

Comments
 (0)