From 97039bd381f2bc5ecf26942fe995d1eb8ad6faaa Mon Sep 17 00:00:00 2001 From: Kohei Suzuki Date: Tue, 24 Feb 2015 21:07:19 +0900 Subject: [PATCH] Version 0.1.2 --- CHANGELOG.md | 3 +++ lib/fast_haml/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e7feb..64e1faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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}` . diff --git a/lib/fast_haml/version.rb b/lib/fast_haml/version.rb index ac688dc..075a160 100644 --- a/lib/fast_haml/version.rb +++ b/lib/fast_haml/version.rb @@ -1,3 +1,3 @@ module FastHaml - VERSION = "0.1.1" + VERSION = "0.1.2" end