diff --git a/.rubocop.yml b/.rubocop.yml index a7087e69..b3b6ba7c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ inherit_gem: jekyll: .rubocop.yml AllCops: - TargetRubyVersion: 2.2 + TargetRubyVersion: 2.3 Include: - lib/*.rb diff --git a/History.markdown b/History.markdown index 3a45717c..b142156e 100644 --- a/History.markdown +++ b/History.markdown @@ -1,23 +1,28 @@ -## HEAD +## 0.9.3 / 2018-02-04 * Define path with __dir (#187) * Bump Ruby for Travis (#188) ### Documentation - * Use `https` in more places. (#165) * Fix: Add note about using plugins instead of gems key (#197) * Add documentation for disabling smartify filter (#205) +### Development Fixes + + * Rubocop: Target Ruby 2.2 (#195) + * Test feeds that have a `site.lang` (#164) + * Test against Ruby 2.5 (#201) + +## 0.9.3 / 2017-03-28 + ### Minor Enhancements * fix template for posts with post.lang defined (#168) -### Development Fixes +### Documentation - * Rubocop: Target Ruby 2.1 (#195) - * Test feeds that have a `site.lang` (#164) - * Test against Ruby 2.5 (#201) + * Use `https` in more places. (#165) ## 0.9.1 / 2017-02-17 diff --git a/lib/jekyll-feed/version.rb b/lib/jekyll-feed/version.rb index 699de1e6..50babf21 100644 --- a/lib/jekyll-feed/version.rb +++ b/lib/jekyll-feed/version.rb @@ -2,6 +2,6 @@ module Jekyll module Feed - VERSION = "0.9.2".freeze + VERSION = "0.9.3" end end