Skip to content

Commit eb5edd1

Browse files
committed
chore(release): release 💎 v0.9.0
1 parent 08e9d9a commit eb5edd1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

History.markdown

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
## HEAD
2-
3-
### Development Fixes
4-
5-
* Replace `puts` calls with `Jekyll.logger.info` (#69)
6-
* Formatting of dates and times in a DRY manner (#60)
7-
* Appease newest Rubocop (#71)
8-
* chore(deps): rubocop-jekyll 0.3 (#80)
1+
## 0.9.0 / 2018-12-07
92

103
### Minor Enhancements
114

12-
* Add some color to the success msg like jekyll new (#75)
135
* Allow additional front matter for Post (#41)
14-
* Mirror `draft` command to current `post` command (#79)
15-
* Generate configuration from CLI options (#76)
166
* Add support for collections_dir configuration (#74)
17-
* fix: display a warning when file exists (#81)
7+
* Add some color to the success msg like jekyll new (#75)
8+
* Generate configuration from CLI options (#76)
9+
* Mirror `draft` command to current `post` command (#79)
1810

1911
### Bug Fixes
2012

13+
* Display a warning when file exists (#81)
2114
* Warn on error and exit gracefully (#83)
2215

16+
### Development Fixes
17+
18+
* Formatting of dates and times in a DRY manner (#60)
19+
* style: replace `puts` calls with `Jekyll.logger.info` (#69)
20+
* style: appease Rubocop (#71)
21+
* style: rubocop-jekyll 0.3 (#80)
22+
2323
## 0.8.0 / 2018-03-24
2424

2525
### Minor Enhancements

lib/jekyll-compose/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module Compose
5-
VERSION = "0.8.0"
5+
VERSION = "0.9.0"
66
end
77
end

0 commit comments

Comments
 (0)