Skip to content

Commit 44e3574

Browse files
committed
Release: v2.2.1
1 parent cd81505 commit 44e3574

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
_site/
2+
.bundle
3+
.jekyll-metadata
14
*.gem
25
Gemfile.lock
3-
test/destination
4-
.bundle
56
pkg/
6-
.jekyll-metadata
7-
_site/
7+
test/destination
8+
test/source/.jekyll-cache

History.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## 2.2.1 - 2019-03-23
22

33
### Minor Enhancements
44

@@ -9,6 +9,8 @@
99

1010
### Development Fixes
1111

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

2728
### Documentation
2829

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

3334
## 2.1.0

lib/jekyll-archives/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Jekyll
44
module Archives
5-
VERSION = "2.1.0"
5+
VERSION = "2.2.1"
66
end
77
end

0 commit comments

Comments
 (0)