From 28d4828b97215086ecd04c34cc369f539d7694e1 Mon Sep 17 00:00:00 2001 From: Kazuyuki Honda Date: Thu, 26 May 2016 19:08:36 +0900 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 13 +++++++++++++ lib/tumugi/plugin/command/version.rb | 2 +- tumugi-plugin-command.gemspec | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ad47cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +## [0.2.0](https://github.com/tumugi/tumugi-plugin-command/tree/0.2.0) (2016-05-26) +[Full Changelog](https://github.com/tumugi/tumugi-plugin-command/compare/v0.1.0...0.2.0) + +**Merged pull requests:** + +- Update tumugi to v0.5.0 [\#1](https://github.com/tumugi/tumugi-plugin-command/pull/1) ([hakobera](https://github.com/hakobera)) + +## [v0.1.0](https://github.com/tumugi/tumugi-plugin-command/tree/v0.1.0) (2016-05-17) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/lib/tumugi/plugin/command/version.rb b/lib/tumugi/plugin/command/version.rb index 20d15ea..88169f4 100644 --- a/lib/tumugi/plugin/command/version.rb +++ b/lib/tumugi/plugin/command/version.rb @@ -1,7 +1,7 @@ module Tumugi module Plugin module Command - VERSION = "0.1.0" + VERSION = "0.2.0" end end end diff --git a/tumugi-plugin-command.gemspec b/tumugi-plugin-command.gemspec index d55348f..03cc6ce 100644 --- a/tumugi-plugin-command.gemspec +++ b/tumugi-plugin-command.gemspec @@ -27,4 +27,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "test-unit", "~> 3.1" spec.add_development_dependency "test-unit-rr" spec.add_development_dependency 'coveralls' + spec.add_development_dependency 'github_changelog_generator' end