diff --git a/History.markdown b/History.markdown index 780f03e..bcf4b13 100644 --- a/History.markdown +++ b/History.markdown @@ -1,25 +1,25 @@ -## HEAD - -### Development Fixes - - * Replace `puts` calls with `Jekyll.logger.info` (#69) - * Formatting of dates and times in a DRY manner (#60) - * Appease newest Rubocop (#71) - * chore(deps): rubocop-jekyll 0.3 (#80) +## 0.9.0 / 2018-12-07 ### Minor Enhancements - * Add some color to the success msg like jekyll new (#75) * Allow additional front matter for Post (#41) - * Mirror `draft` command to current `post` command (#79) - * Generate configuration from CLI options (#76) * Add support for collections_dir configuration (#74) - * fix: display a warning when file exists (#81) + * 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) + ## 0.8.0 / 2018-03-24 ### Minor Enhancements diff --git a/lib/jekyll-compose/version.rb b/lib/jekyll-compose/version.rb index eeb8379..7866063 100644 --- a/lib/jekyll-compose/version.rb +++ b/lib/jekyll-compose/version.rb @@ -2,6 +2,6 @@ module Jekyll module Compose - VERSION = "0.8.0" + VERSION = "0.9.0" end end