File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- ## HEAD
1+ ## 0.16.0 / 2020-01-26
22
3- ### Documentation
3+ ### Minor Enhancements
44
5- * Simplifies YAML for redirect_to (#185 )
5+ * Allows generation of ` redirects.json ` to be disabled (#207 )
6+ * Allow redirects from and for subclasses of page and document (#204 )
67
78### Bug Fixes
89
910 * Use ` Hash#key? ` instead of ` Hash#keys.any? ` (#201 )
1011
1112### Development Fixes
1213
14+ * Target Ruby 2.4
1315 * Stop testing with backwards-compatible site config (#211 )
1416
15- ### Minor Enhancements
17+ ### Documentation
1618
17- * Allows generation of redirects.json to be disabled (#207 )
18- * Allow redirects from and for subclasses of page and document (#204 )
19+ * Simplifies YAML for ` redirect_to ` (#185 )
1920
2021## 0.15.0 / 2019-03-23
2122
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030 spec . add_development_dependency "jekyll-sitemap" , "~> 1.0"
3131 spec . add_development_dependency "rake" , "~> 12.0"
3232 spec . add_development_dependency "rspec" , "~> 3.5"
33- spec . add_development_dependency "rubocop-jekyll" , "~> 0.4 "
33+ spec . add_development_dependency "rubocop-jekyll" , "~> 0.10 "
3434end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module JekyllRedirectFrom
4- VERSION = "0.15 .0"
4+ VERSION = "0.16 .0"
55end
You can’t perform that action at this time.
0 commit comments