We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3efdd1d + 1a4aec1 commit 9cda8c4Copy full SHA for 9cda8c4
History.markdown
@@ -1,17 +1,15 @@
1
-## HEAD
2
-
3
-### Development Fixes
4
5
- * test: use categories in post (#249)
+## 0.13.0 / 2019-11-13
6
7
### Minor Enhancements
8
9
* Excerpt only flag (#287)
10
* Add media:content tag (#290)
11
12
-## 0.12.1 / 2019-03-23
+### Development Fixes
+
+ * test: use categories in post (#249)
13
14
- * Release: v0.12.0 (#271)
+## 0.12.1 / 2019-03-23
15
16
### Bug Fixes
17
lib/jekyll-feed/version.rb
@@ -2,6 +2,6 @@
module Jekyll
module Feed
- VERSION = "0.12.1"
+ VERSION = "0.13.0"
end
0 commit comments