File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1- ## HEAD
2-
3- ### Bug Fixes
4-
5- * Fix feed link when post title contains HTML (#305 )
1+ ## 0.14.0 / 2020-06-24
62
73### Minor Enhancements
84
9- * XML escape the title field of feed_meta (#306 )
5+ * add support for categories (#153 ) (#233 )
6+ * add support for tags (#264 )
107 * Make posts limit configurable (#314 )
11- * Dont forget about categories (#233 )
12- * chore(deps): require Ruby > ; =2.4.0 (#307 )
13- * Feed by tag (#264 )
14- * add support for categories frontmatter (#153 )
8+ * XML escape the title field of feed_meta (#306 )
9+
10+ ### Bug Fixes
11+
12+ * Fix feed link when post title contains HTML (#305 )
1513
1614### Development Fixes
1715
18- * chore: use Dir to list source files (#309 )
16+ * Use Dir to list source files (#309 )
17+ * Require Ruby > ; =2.4.0 (#307 )
1918
2019## 0.13.0 / 2019-11-13
2120
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module Feed
5- VERSION = "0.13 .0"
5+ VERSION = "0.14 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments