File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1+ _site /
2+ .bundle
3+ .jekyll-metadata
14* .gem
25Gemfile.lock
3- test /destination
4- .bundle
56pkg /
6- .jekyll-metadata
7- _site /
7+ test / destination
8+ test / source / .jekyll-cache
Original file line number Diff line number Diff line change 1- ## HEAD
1+ ## 2.2.1 - 2019-03-23
22
33### Minor Enhancements
44
99
1010### Development Fixes
1111
12+ * Target Ruby 2.3
13+ * Allow testing and using with Jekyll 4.x (#133 )
1214 * Update Travis config and Gemfile for Ruby < 2.2.2 support (#68 )
1315 * Consolidate History file to work with jekyllbot (#80 )
1416 * Remove Travis test for Ruby 1.9 (#87 )
2224 * Modernize tests & ; linting (#114 )
2325 * Test against Ruby 2.5 (#118 )
2426 * Lint with rubocop-jekyll (#128 )
25- * Allow testing and using with Jekyll 4.x (#133 )
2627
2728### Documentation
2829
30+ * Update Installation Guide (#116 )
2931 * docs/configuration: GitHub table display was messed up (#96 )
30- * Update Readme Installation Guide (#116 )
3132 * Small updates for consistency across document (#130 )
3233
3334## 2.1.0
Original file line number Diff line number Diff line change 22
33module Jekyll
44 module Archives
5- VERSION = "2.1.0 "
5+ VERSION = "2.2.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments