From a4c18d536d731a94842bc45eec594876f5cb68b3 Mon Sep 17 00:00:00 2001 From: Aleksey V Zapparov Date: Sun, 11 Aug 2013 04:20:00 +0200 Subject: [PATCH] Version bump to v0.7.0 --- HISTORY.md | 6 ++++++ lib/jekyll/assets_plugin/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1d64b30b..c412c97f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +### 0.7.0 (2013-08-11) + +* Adds `debug` mode that outputs multiple scripts/styles instead of bundling + them. See #40. + + ### 0.6.1 (2013-07-22) * Fix regression with `asset_path`. See #38. diff --git a/lib/jekyll/assets_plugin/version.rb b/lib/jekyll/assets_plugin/version.rb index c0307b2f..fc1d0a0b 100644 --- a/lib/jekyll/assets_plugin/version.rb +++ b/lib/jekyll/assets_plugin/version.rb @@ -1,5 +1,5 @@ module Jekyll module AssetsPlugin - VERSION = "0.6.1" + VERSION = "0.7.0" end end