Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v0.12.0 #271

Merged
merged 3 commits into from Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,3 +18,4 @@ Gemfile.lock
spec/dest
.bundle
spec/fixtures/.jekyll-metadata
spec/fixtures/.jekyll-cache
4 changes: 2 additions & 2 deletions History.markdown
@@ -1,6 +1,6 @@
## HEAD
## 0.12.0 / 2019-03-21

* Release 💎 0.11 (#241)
* Allow Jekyll v4 (still alpha)

### Development Fixes

Expand Down
4 changes: 2 additions & 2 deletions jekyll-feed.gemspec
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.4.0"

spec.add_dependency "jekyll", "~> 3.3"
spec.add_dependency "jekyll", ">= 3.7", "< 5.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "nokogiri", "~> 1.6"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-feed/version.rb
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Feed
VERSION = "0.11.0"
VERSION = "0.12.0"
end
end