Skip to content

Bump jekyll-compose from 0.8.0 to 0.9.0

Connor Shea requested to merge dependabot/bundler/jekyll-compose-0.9.0 into master

Bumps jekyll-compose from 0.8.0 to 0.9.0.

Release notes

Sourced from jekyll-compose's releases.

v0.9.0

Minor Enhancements

  • Allow additional front matter for Post (#41)
  • Add support for collections_dir configuration (#74)
  • Add some color to the success msg like jekyll new (#75)
  • Generate configuration from CLI options (#76)
  • Mirror draft command to current post command (#79)

Bug Fixes

  • Display a warning when file exists (#81)
  • Warn on error and exit gracefully (#83)

Development Fixes

  • Formatting of dates and times in a DRY manner (#60)
  • style: replace puts calls with Jekyll.logger.info (#69)
  • style: appease Rubocop (#71)
  • style: rubocop-jekyll 0.3 (#80)
Changelog

Sourced from jekyll-compose's changelog.

0.9.0 / 2018-12-07

Minor Enhancements

  • Allow additional front matter for Post (#41)
  • Add support for collections_dir configuration (#74)
  • Add some color to the success msg like jekyll new (#75)
  • Generate configuration from CLI options (#76)
  • Mirror draft command to current post command (#79)

Bug Fixes

  • Display a warning when file exists (#81)
  • Warn on error and exit gracefully (#83)

Development Fixes

  • Formatting of dates and times in a DRY manner (#60)
  • style: replace puts calls with Jekyll.logger.info (#69)
  • style: appease Rubocop (#71)
  • style: rubocop-jekyll 0.3 (#80)
Commits
  • eb5edd1 chore(release): release 💎 v0.9.0
  • 08e9d9a Update history to reflect merge of #83 [ci skip]
  • 84125c3 Warn on error and exit gracefully (#83)
  • c5acb5c chore(ci): test oldest and latest ruby versions only
  • 741e83d style: auto-gen-only-exclude
  • a7088ab chore(deps): 🆙 rubocop-jekyll 0.4
  • 4d2e78b Update history to reflect merge of #81 [ci skip]
  • 94a3025 fix: display a warning when file exists (#81)
  • f063a95 Update history to reflect merge of #74 [ci skip]
  • 942d46e Add support for collections_dir configuration (#74)
  • Additional commits viewable in compare view

Merge request reports