Skip to content

Commit

Permalink
0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
manufaktor committed Jan 22, 2012
1 parent 3dd62dc commit 1f28379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.3.2
* Fix bug with ignored options in initialization. (github.com/ordinaryzelig)

## 0.3.1.
* guard-haml is no longer crashing guard when HAML fails to compile

Expand Down
2 changes: 1 addition & 1 deletion lib/guard/haml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Guard
class HamlVersion
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end

0 comments on commit 1f28379

Please sign in to comment.