Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannlugrin committed Oct 27, 2010
1 parent 79ff78e commit dd568b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rdoc
@@ -1,8 +1,10 @@

== 0.3.0 (Oct 27, 2010)

Bug Fixes:

- All guard API action return a boolean value
- Depends on guard 0.2.1 to fix darwin watching problems
- Depends on guard 0.2.2 to fix darwin watching problems

Fixtures:

Expand Down
2 changes: 1 addition & 1 deletion lib/guard/minitest/version.rb
@@ -1,6 +1,6 @@
# encoding: utf-8
module Guard
module MinitestVersion
VERSION = '0.2.2'
VERSION = '0.3.0'
end
end

0 comments on commit dd568b8

Please sign in to comment.