Releases: jekyll/github-metadata
Releases · jekyll/github-metadata
v2.16.1
v2.16.0
v2.15.0
v2.14.0
Minor Enhancements
- Use owner name as site title for User and Organization sites. (#197)
- Add
site.github.public_repositories[].releases
(#224) - Add
site.github.public_repositories[].contributors
(#234)
Documentation
- docs: Add dev docs (#212)
- set
PAGES_GITHUB_HOSTNAME
to hostname without protocol (#191) - Add
JEKYLL_ENV
limitation for git remote (#185)
Development Fixes
- Restore log level after running tests that modify it. (#202)
- Add GitHub Actions CI (#211)
- Update rubocop-jekyll requirement from
~> 0.5.0
to~> 0.12.0
(#226) - Create dependabot.yml (#225)
- Add rubocop todo file (#230)
- Upgrade rspec to 3.11.x (#231)
- CI: use 'main' branch instead of 'master' (#232)
- Add release workflow (#235)
New Contributors
- @lardieri made their first contribution in #200
- @MichaelCurrin made their first contribution in #212
- @dependabot made their first contribution in #226
- @Shegox made their first contribution in #191
- @9bow made their first contribution in #234
- @at-ishikawa made their first contribution in #185
Full Changelog: v2.13.0...v2.14.0
v2.13.0
Minor Enhancements
- Lessen Jekyll dependency (#164)
- Enable support for
topics
property (#166) - Allow detecting archived or disabled repos (#176)
Bug Fixes
- Conditionally memoize certain private methods in EditLinkTag (#163)
- Fix faraday connectionfailed issue (#178)
- MetadataDrop: don't use instance variable to check mutations (#173)