Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Feb 24, 2015
1 parent 88cdfe3 commit 97039bd
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,3 +1,6 @@
## 0.1.2 (2015-02-24)
- Keep newlines for better backtrace (#4)

## 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}` .
Expand Down
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.1"
VERSION = "0.1.2"
end

0 comments on commit 97039bd

Please sign in to comment.