Skip to content

Commit

Permalink
Release 💎 v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Feb 4, 2018
1 parent 9e21822 commit 0666d4f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_gem:
jekyll: .rubocop.yml

AllCops:
TargetRubyVersion: 2.2
TargetRubyVersion: 2.3
Include:
- lib/*.rb

Expand Down
17 changes: 11 additions & 6 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -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 <entry> 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

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-feed/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Feed
VERSION = "0.9.2".freeze
VERSION = "0.9.3"
end
end

0 comments on commit 0666d4f

Please sign in to comment.