File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
lib/jekyll-github-metadata Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- ## HEAD
2
-
3
- ### Development Fixes
4
-
5
- * Test against Ruby 2.5 (#119 )
6
- * Add script/console to help debug (#124 )
1
+ ## 2.10.0 / 2019-01-02
7
2
8
3
### Minor Enhancements
9
4
10
- * Remove redundant code (#140 )
11
- * Constant accessors for def_delegation (#141 )
12
5
* Allow detecting repository on GitHub Enterprise (#147 )
6
+ * Remove redundant code (#140 )
7
+ * Constant accessors for ` def_delegation ` (#141 )
13
8
14
9
### Bug Fixes
15
10
20
15
21
16
* Add instructions for using DotEnv (#92 )
22
17
18
+ ### Development Fixes
19
+
20
+ * Test against Ruby 2.5 (#119 )
21
+ * Add script/console to help debug (#124 )
22
+
23
+
23
24
## 2.9.4 / 2017-12-08
24
25
25
26
### Minor Enhancements
Original file line number Diff line number Diff line change 2
2
3
3
module Jekyll
4
4
module GitHubMetadata
5
- VERSION = "2.9.4 " . freeze
5
+ VERSION = "2.10.0 " . freeze
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments