Bump jekyll-feed from 0.15.1 to 0.16.0
Bumps jekyll-feed from 0.15.1 to 0.16.0.
Release notes
Sourced from jekyll-feed's releases.
v0.16.0
Minor Enhancements
- Add support for
page.description
in front matter to become entry<summary>
(#297)Bug Fixes
- Fold private methods into the
:render
method as local variables (#327)- Check
post.categories
instead ofpost.category
(#357)- Switched xml_escape for
<![CDATA[]]>
for post content (#332)Development Fixes
- Add Ruby 3.0 to CI (#337)
- Lock RuboCop to v1.18.x (#348)
- Add workflow to release gem via GH Action (#355)
Documentation
- Use
.atom
extension in documented examples since we write an Atom feed (#359)
Changelog
Sourced from jekyll-feed's changelog.
0.16.0 / 2022-01-03
Minor Enhancements
- Add support for
page.description
in front matter to become entry<summary>
(#297)Bug Fixes
- Fold private methods into the
:render
method as local variables (#327)- Check
post.categories
instead ofpost.category
(#357)- Switched xml_escape for
<![CDATA[]]>
for post content (#332)Development Fixes
- Add Ruby 3.0 to CI (#337)
- Lock RuboCop to v1.18.x (#348)
- Add workflow to release gem via GH Action (#355)
Documentation
- Use
.atom
extension in documented examples since we write an Atom feed (#359)
Commits
-
3203b2e
Release💎 v0.16.0 -
31e556f
Improve readability of entries in History document -
8bafec9
Update history to reflect merge of #359 [ci skip] -
9ceb458
Use .atom extension since we write an Atom feed (#359) -
9c27cf6
Update history to reflect merge of #332 [ci skip] -
1ac64bc
Switched xml_escape for <![CDATA[]]> for post content (#332) -
385f455
Update history to reflect merge of #357 [ci skip] -
eb7f1af
Checkpost.categories
instead ofpost.category
(#357) -
713f80c
Update history to reflect merge of #355 [ci skip] -
7c56575
Add workflow to release gem via GH Action (#355) - Additional commits viewable in compare view