Skip to content

Commit

Permalink
chore(release): 💎 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Jun 24, 2020
1 parent b1c94e5 commit 9f6becf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
## HEAD

### Bug Fixes

* Fix feed link when post title contains HTML (#305)
## 0.14.0 / 2020-06-24

### Minor Enhancements

* XML escape the title field of feed_meta (#306)
* add support for categories (#153) (#233)
* add support for tags (#264)
* Make posts limit configurable (#314)
* Dont forget about categories (#233)
* chore(deps): require Ruby >=2.4.0 (#307)
* Feed by tag (#264)
* add support for categories frontmatter (#153)
* XML escape the title field of feed_meta (#306)

### Bug Fixes

* Fix feed link when post title contains HTML (#305)

### Development Fixes

* chore: use Dir to list source files (#309)
* Use Dir to list source files (#309)
* Require Ruby >=2.4.0 (#307)

## 0.13.0 / 2019-11-13

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-feed/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Feed
VERSION = "0.13.0"
VERSION = "0.14.0"
end
end

0 comments on commit 9f6becf

Please sign in to comment.