gorilla/feeds (github.com/gorilla/feeds)
### [`v1.1.2`](https://togithub.com/gorilla/feeds/releases/tag/v1.1.2)
[Compare Source](https://togithub.com/gorilla/feeds/compare/v1.1.1...v1.1.2)
#### What's Changed
- Create config.yml by [@elithrar](https://togithub.com/elithrar) in [https://github.com/gorilla/feeds/pull/73](https://togithub.com/gorilla/feeds/pull/73)
- fix JSONFeed Hubs by [@wybiral](https://togithub.com/wybiral) in [https://github.com/gorilla/feeds/pull/74](https://togithub.com/gorilla/feeds/pull/74)
- \[bug] RSS Item link should be optional by [@enumag](https://togithub.com/enumag) in [https://github.com/gorilla/feeds/pull/96](https://togithub.com/gorilla/feeds/pull/96)
- Update README.md by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/99](https://togithub.com/gorilla/feeds/pull/99)
- Update go version, add tools for verification and testing by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/100](https://togithub.com/gorilla/feeds/pull/100)
- Added editorconfig by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/feeds/pull/101](https://togithub.com/gorilla/feeds/pull/101)
- Update issues.yml by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/102](https://togithub.com/gorilla/feeds/pull/102)
- Don't create an empty in Atom feeds by [@magical](https://togithub.com/magical) in [https://github.com/gorilla/feeds/pull/83](https://togithub.com/gorilla/feeds/pull/83)
- fix: check for nil link to avoid runtime panic [#95](https://togithub.com/gorilla/feeds/issues/95) by [@meblum](https://togithub.com/meblum) in [https://github.com/gorilla/feeds/pull/103](https://togithub.com/gorilla/feeds/pull/103)
- feat: support JSON Feed 1.1 closes [#91](https://togithub.com/gorilla/feeds/issues/91) by [@meblum](https://togithub.com/meblum) in [https://github.com/gorilla/feeds/pull/104](https://togithub.com/gorilla/feeds/pull/104)
- update GitHub workflows by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/105](https://togithub.com/gorilla/feeds/pull/105)
#### New Contributors
- [@wybiral](https://togithub.com/wybiral) made their first contribution in [https://github.com/gorilla/feeds/pull/74](https://togithub.com/gorilla/feeds/pull/74)
- [@enumag](https://togithub.com/enumag) made their first contribution in [https://github.com/gorilla/feeds/pull/96](https://togithub.com/gorilla/feeds/pull/96)
- [@coreydaley](https://togithub.com/coreydaley) made their first contribution in [https://github.com/gorilla/feeds/pull/99](https://togithub.com/gorilla/feeds/pull/99)
- [@apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/feeds/pull/101](https://togithub.com/gorilla/feeds/pull/101)
- [@magical](https://togithub.com/magical) made their first contribution in [https://github.com/gorilla/feeds/pull/83](https://togithub.com/gorilla/feeds/pull/83)
- [@meblum](https://togithub.com/meblum) made their first contribution in [https://github.com/gorilla/feeds/pull/103](https://togithub.com/gorilla/feeds/pull/103)
**Full Changelog**: https://github.com/gorilla/feeds/compare/v1.1.1...v1.1.2
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v1.1.1
->v1.1.2
Release Notes
gorilla/feeds (github.com/gorilla/feeds)
### [`v1.1.2`](https://togithub.com/gorilla/feeds/releases/tag/v1.1.2) [Compare Source](https://togithub.com/gorilla/feeds/compare/v1.1.1...v1.1.2) #### What's Changed - Create config.yml by [@elithrar](https://togithub.com/elithrar) in [https://github.com/gorilla/feeds/pull/73](https://togithub.com/gorilla/feeds/pull/73) - fix JSONFeed Hubs by [@wybiral](https://togithub.com/wybiral) in [https://github.com/gorilla/feeds/pull/74](https://togithub.com/gorilla/feeds/pull/74) - \[bug] RSS Item link should be optional by [@enumag](https://togithub.com/enumag) in [https://github.com/gorilla/feeds/pull/96](https://togithub.com/gorilla/feeds/pull/96) - Update README.md by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/99](https://togithub.com/gorilla/feeds/pull/99) - Update go version, add tools for verification and testing by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/100](https://togithub.com/gorilla/feeds/pull/100) - Added editorconfig by [@apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://github.com/gorilla/feeds/pull/101](https://togithub.com/gorilla/feeds/pull/101) - Update issues.yml by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/102](https://togithub.com/gorilla/feeds/pull/102) - Don't create an emptyin Atom feeds by [@magical](https://togithub.com/magical) in [https://github.com/gorilla/feeds/pull/83](https://togithub.com/gorilla/feeds/pull/83) - fix: check for nil link to avoid runtime panic [#95](https://togithub.com/gorilla/feeds/issues/95) by [@meblum](https://togithub.com/meblum) in [https://github.com/gorilla/feeds/pull/103](https://togithub.com/gorilla/feeds/pull/103) - feat: support JSON Feed 1.1 closes [#91](https://togithub.com/gorilla/feeds/issues/91) by [@meblum](https://togithub.com/meblum) in [https://github.com/gorilla/feeds/pull/104](https://togithub.com/gorilla/feeds/pull/104) - update GitHub workflows by [@coreydaley](https://togithub.com/coreydaley) in [https://github.com/gorilla/feeds/pull/105](https://togithub.com/gorilla/feeds/pull/105) #### New Contributors - [@wybiral](https://togithub.com/wybiral) made their first contribution in [https://github.com/gorilla/feeds/pull/74](https://togithub.com/gorilla/feeds/pull/74) - [@enumag](https://togithub.com/enumag) made their first contribution in [https://github.com/gorilla/feeds/pull/96](https://togithub.com/gorilla/feeds/pull/96) - [@coreydaley](https://togithub.com/coreydaley) made their first contribution in [https://github.com/gorilla/feeds/pull/99](https://togithub.com/gorilla/feeds/pull/99) - [@apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/feeds/pull/101](https://togithub.com/gorilla/feeds/pull/101) - [@magical](https://togithub.com/magical) made their first contribution in [https://github.com/gorilla/feeds/pull/83](https://togithub.com/gorilla/feeds/pull/83) - [@meblum](https://togithub.com/meblum) made their first contribution in [https://github.com/gorilla/feeds/pull/103](https://togithub.com/gorilla/feeds/pull/103) **Full Changelog**: https://github.com/gorilla/feeds/compare/v1.1.1...v1.1.2
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.