Skip to content

Commit

Permalink
chore(release): 💎 v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Jan 26, 2020
1 parent 0f93907 commit 1ecf3cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
## HEAD
## 0.16.0 / 2020-01-26

### Documentation
### Minor Enhancements

* Simplifies YAML for redirect_to (#185)
* Allows generation of `redirects.json` to be disabled (#207)
* Allow redirects from and for subclasses of page and document (#204)

### Bug Fixes

* Use `Hash#key?` instead of `Hash#keys.any?` (#201)

### Development Fixes

* Target Ruby 2.4
* Stop testing with backwards-compatible site config (#211)

### Minor Enhancements
### Documentation

* Allows generation of redirects.json to be disabled (#207)
* Allow redirects from and for subclasses of page and document (#204)
* Simplifies YAML for `redirect_to` (#185)

## 0.15.0 / 2019-03-23

Expand Down
2 changes: 1 addition & 1 deletion jekyll-redirect-from.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "jekyll-sitemap", "~> 1.0"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "rubocop-jekyll", "~> 0.4"
spec.add_development_dependency "rubocop-jekyll", "~> 0.10"
end
2 changes: 1 addition & 1 deletion lib/jekyll-redirect-from/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllRedirectFrom
VERSION = "0.15.0"
VERSION = "0.16.0"
end

0 comments on commit 1ecf3cc

Please sign in to comment.