Skip to content

Commit

Permalink
🔖 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglamb committed Sep 19, 2017
1 parent 052f49c commit 26ab52d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.2.0] - 2017-09-19
### Added
- ✨ Include compare url at the bottom if it is github (@pinglamb)

## [0.1.3] - 2017-09-18
### Changed
- ✨ Make add script more smart on guessing nature from title (@pinglamb)
Expand Down Expand Up @@ -29,7 +33,8 @@
- ✨ Make print supports version folders (@pinglamb)
- ✨ Support getting title from git commit (@pinglamb)

[Unreleased]: https://github.com/pinglamb/changelog-rb/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/pinglamb/changelog-rb/compare/0.2.0...HEAD
[0.2.0]: https://github.com/pinglamb/changelog-rb/compare/v0.1.3...0.2.0
[0.1.3]: https://github.com/pinglamb/changelog-rb/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/pinglamb/changelog-rb/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/pinglamb/changelog-rb/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
changelog-rb (0.1.3)
changelog-rb (0.2.0)
activesupport
semantic
thor
Expand Down
1 change: 1 addition & 0 deletions changelog/0.2.0/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
date: 2017-09-19
2 changes: 1 addition & 1 deletion lib/changelog/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Changelog
VERSION = "0.1.3"
VERSION = "0.2.0"
end

0 comments on commit 26ab52d

Please sign in to comment.