From 2c81e5b9bd27b204897b0d35860d008117b0ae1d Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Sat, 13 Aug 2011 16:47:23 +0200 Subject: [PATCH] Version 0.6.0 --- CHANGELOG.md | 3 ++- lib/guard/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4444c82..1e57b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.6.0 - August 13, 2011 ### Bugs fixes: @@ -11,6 +11,7 @@ ### Improvements +- Pull request [#99](https://github.com/guard/guard/pull/99): [OS X] Switch from growl gem to growl_notify gem. ([@johnbintz][]) - Pull request [#115](https://github.com/guard/guard/pull/115): [Linux] Add ':transient => true' to default libnotify options. ([@zonque][]) - Pull request [#95](https://github.com/guard/guard/pull/95): Output system commands and options to be executed when in debug mode. ([@uk-ar][] and [@netzpirat][]) - `Guard::Dsl.revaluate_guardfile` has been renamed to `Guard::Dsl.reevaluate_guardfile`. ([@rymai][]) diff --git a/lib/guard/version.rb b/lib/guard/version.rb index 78f2314..b1df99c 100644 --- a/lib/guard/version.rb +++ b/lib/guard/version.rb @@ -1,3 +1,3 @@ module Guard - VERSION = "0.5.1" unless defined? Guard::VERSION + VERSION = "0.6.0" unless defined? Guard::VERSION end