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 7385649 commit 06c9055Copy full SHA for 06c9055
History.markdown
@@ -1,3 +1,7 @@
1
+## 0.4.1 / 2015-12-30
2
+
3
+ * Change Jekyll dependency to a runtime dependency to enforce v2.5.0 or greater
4
5
## 0.4.0 / 2015-12-30
6
7
* Depend on jekyll at least of version 2.5.0 (#33)
lib/jekyll-compose/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Compose
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
end
0 commit comments