Skip to content

Commit

Permalink
Release: v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Mar 23, 2019
1 parent cd81505 commit 44e3574
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
_site/
.bundle
.jekyll-metadata
*.gem
Gemfile.lock
test/destination
.bundle
pkg/
.jekyll-metadata
_site/
test/destination
test/source/.jekyll-cache
7 changes: 4 additions & 3 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## HEAD
## 2.2.1 - 2019-03-23

### Minor Enhancements

Expand All @@ -9,6 +9,8 @@

### Development Fixes

* Target Ruby 2.3
* Allow testing and using with Jekyll 4.x (#133)
* Update Travis config and Gemfile for Ruby < 2.2.2 support (#68)
* Consolidate History file to work with jekyllbot (#80)
* Remove Travis test for Ruby 1.9 (#87)
Expand All @@ -22,12 +24,11 @@
* Modernize tests &amp; linting (#114)
* Test against Ruby 2.5 (#118)
* Lint with rubocop-jekyll (#128)
* Allow testing and using with Jekyll 4.x (#133)

### Documentation

* Update Installation Guide (#116)
* docs/configuration: GitHub table display was messed up (#96)
* Update Readme Installation Guide (#116)
* Small updates for consistency across document (#130)

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

module Jekyll
module Archives
VERSION = "2.1.0"
VERSION = "2.2.1"
end
end

0 comments on commit 44e3574

Please sign in to comment.