diff --git a/.gitignore b/.gitignore index 1372f10..2f01eba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ +_site/ +.bundle +.jekyll-metadata *.gem Gemfile.lock -test/destination -.bundle pkg/ -.jekyll-metadata -_site/ +test/destination +test/source/.jekyll-cache diff --git a/History.markdown b/History.markdown index 4bd66b2..49eddf6 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 2.2.1 - 2019-03-23 ### Minor Enhancements @@ -9,6 +9,8 @@ ### Development Fixes + * Target Ruby 2.3 + * Allow testing and using with Jekyll 4.x (#133) * Update Travis config and Gemfile for Ruby < 2.2.2 support (#68) * Consolidate History file to work with jekyllbot (#80) * Remove Travis test for Ruby 1.9 (#87) @@ -22,12 +24,11 @@ * Modernize tests & linting (#114) * Test against Ruby 2.5 (#118) * Lint with rubocop-jekyll (#128) - * Allow testing and using with Jekyll 4.x (#133) ### Documentation + * Update Installation Guide (#116) * docs/configuration: GitHub table display was messed up (#96) - * Update Readme Installation Guide (#116) * Small updates for consistency across document (#130) ## 2.1.0 diff --git a/lib/jekyll-archives/version.rb b/lib/jekyll-archives/version.rb index 7ba5ff2..b677362 100644 --- a/lib/jekyll-archives/version.rb +++ b/lib/jekyll-archives/version.rb @@ -2,6 +2,6 @@ module Jekyll module Archives - VERSION = "2.1.0" + VERSION = "2.2.1" end end