Version 0.6.0
This commit is contained in:
parent
3c326611e9
commit
2c81e5b9bd
@ -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][])
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Guard
|
||||
VERSION = "0.5.1" unless defined? Guard::VERSION
|
||||
VERSION = "0.6.0" unless defined? Guard::VERSION
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user