Skip to content

Commit d5249e3

Browse files
committed
Update version to 0.1.1
1 parent d5e90e9 commit d5249e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.1 2012-12-04
2+
### minor enhancements
3+
* Fix issue where layout was not parsing yaml front matter. - ([@simonreed][])

lib/jekyll-haml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Haml
3-
VERSION = "0.1.0"
3+
VERSION = "0.1.1"
44
end
55
end

0 commit comments

Comments
 (0)