Skip to content

Commit

Permalink
Version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Mar 18, 2015
1 parent 77e20a0 commit 7bde12f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.9 (2015-03-18)
- Refactor script parser (internal)
- Fix newline generation with filters
- Support sass, scss and coffee filter

## 0.1.8 (2015-03-17)
- Fix whitespace removal (`<` and `>`) behavior
- Internally, new instructions `mknl` and `rmnl` are added.
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.8"
VERSION = "0.1.9"
end

0 comments on commit 7bde12f

Please sign in to comment.