Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Feb 23, 2015
1 parent 63a47a9 commit 8c11311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.1.1 (2015-02-23)
- Fix attribute parsing with `%span {foo}` or `%span (foo)` cases.
- Fix comparison with statically-compilable class attributes like `%span.foo{class: bar}` .

## 0.1.0 (2015-02-23)
- Initial release
2 changes: 1 addition & 1 deletion lib/fast_haml/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FastHaml
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 8c11311

Please sign in to comment.