Skip to content

Commit

Permalink
chore(release): release 💎 v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Dec 7, 2018
1 parent 08e9d9a commit eb5edd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-compose/version.rb
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Compose
VERSION = "0.8.0"
VERSION = "0.9.0"
end
end

0 comments on commit eb5edd1

Please sign in to comment.