Skip to content

Commit 1f62b5e

Browse files
committed
Bump to version 0.1.2
1 parent fddbc10 commit 1f62b5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2 2015-04-28
2+
### minor enhancements
3+
* Follow Jekyll 2.3.0 internal API change - ([@yaegashi][])
4+
15
## 0.1.1 2012-12-04
26
### minor enhancements
37
* 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.1"
3+
VERSION = "0.1.2"
44
end
55
end

0 commit comments

Comments
 (0)