We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e097844 commit 0e4d9eeCopy full SHA for 0e4d9ee
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.3 2015-12-08
2
+### minor enhancements
3
+ * Fixed an error with Jekyll 2.3.0 (and probably with prior versions) that crashes when building the site - ([@kalvinarts][])
4
+
5
## 0.1.2 2015-04-28
6
### minor enhancements
7
* Follow Jekyll 2.3.0 internal API change - ([@yaegashi][])
lib/jekyll-haml/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Haml
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end
0 commit comments