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.
2 parents f6b368c + 62b682a commit 3d3b9e5Copy full SHA for 3d3b9e5
History.markdown
@@ -2,12 +2,18 @@
2
3
### Major Enhancements
4
5
- * `redirect_from` items are now proper permalinks rooted in site source (#8)
6
-
7
### Minor Enhancements
8
9
### Bug Fixes
10
+### Development Fixes
+
11
+## 0.3.0 / 2014-01-15
12
13
+### Major Enhancements
14
15
+ * `redirect_from` items are now proper permalinks rooted in site source (#8)
16
17
### Development Fixes
18
19
* Add forgotten `s` to `gems` in README.md (#7)
lib/jekyll-redirect-from/version.rb
@@ -1,3 +1,3 @@
1
module JekyllRedirectFrom
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
end
script/release
@@ -0,0 +1,3 @@
+#! /bin/bash
+bundle exec rake release
0 commit comments