Skip to content

Commit 9cda8c4

Browse files
authored
Merge pull request #291 from jekyll/pull/v0.13.0
Release: v0.13.0
2 parents 3efdd1d + 1a4aec1 commit 9cda8c4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

History.markdown

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
## HEAD
2-
3-
### Development Fixes
4-
5-
* test: use categories in post (#249)
1+
## 0.13.0 / 2019-11-13
62

73
### Minor Enhancements
84

95
* Excerpt only flag (#287)
106
* Add media:content tag (#290)
117

12-
## 0.12.1 / 2019-03-23
8+
### Development Fixes
9+
10+
* test: use categories in post (#249)
1311

14-
* Release: v0.12.0 (#271)
12+
## 0.12.1 / 2019-03-23
1513

1614
### Bug Fixes
1715

lib/jekyll-feed/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module Feed
5-
VERSION = "0.12.1"
5+
VERSION = "0.13.0"
66
end
77
end

0 commit comments

Comments
 (0)