File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- ## HEAD
1+ ## 0.12.0 / 2019-12-28
22
3- ### Development Fixes
3+ ### Minor Enhancements
44
5- * Update CI for 4.0.0 release of Jekyll (#99 )
6- * Extract logic for computing default front matter (#105 )
7- * Refactoring to remove some rubocop warnings and for consistency (#106 )
5+ * ` compose ` command for collections (#103 )
6+ * Add ` rename ` command to change titles and filenames (#101 )
7+ * Support a custom timestamp format in YAML front matter on posts (#98 )
8+ * Include VISUAL as an editor option (#102 )
9+ * Prepare for collections support with default front matter configuration (#104 )
810
911### Bug Fixes
1012
1113 * Removing source option for commands as it is appearing twice. (#100 )
1214
13- ### Minor Enhancements
15+ ### Development Fixes
1416
15- * Include VISUAL as an editor option (#102 )
16- * Prepare for collections support with default front matter configuration (#104 )
17- * Compose command for collections (#103 )
18- * Support a custom timestamp format in yaml frontmatter on posts (#98 )
19- * Add rename command to change titles and filenames (#101 )
17+ * ci: test with Jekyll 4.0 (#99 )
18+ * Extract logic for computing default front matter (#105 )
19+ * Refactoring to remove some rubocop warnings and for consistency (#106 )
2020
2121## 0.11.0 / 2019-04-05
2222
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module Compose
5- VERSION = "0.11 .0"
5+ VERSION = "0.12 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments