File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module Compose
5- VERSION = "0.8 .0"
5+ VERSION = "0.9 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments