Skip to content

Commit 9326093

Browse files
authored
Release 💎 v2.16.0 (#255)
1 parent f23ee97 commit 9326093

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

History.markdown

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
## HEAD
2-
3-
### Development Fixes
4-
5-
* Update rspec requirement from ~> 3.11.0 to ~> 3.12.0 (#244)
6-
* Bump Ruby versions in AppVeyor jobs (#253)
7-
* Bump rubocop-jekyll to 0.13.0 and fix rubocop issues (#252)
1+
## 2.16.0 / 2023-04-05
82

93
### Minor Enhancements
104

115
* Update octokit requirement from ~> 4.0, != 4.4.0 to >= 4, != 4.4.0, < 7 (#243)
126
* Prevent loading all GH data on reset (#245)
7+
* Deprecate unnecessary constant in `GitHubMetadata::Client` (#239)
138

14-
### Bug Fixes
9+
### Development Fixes
1510

16-
* Deprecate unnecessary constant in `GitHubMetadata::Client` (#239)
11+
* Update rspec requirement from ~> 3.11.0 to ~> 3.12.0 (#244)
12+
* Bump Ruby versions in AppVeyor jobs (#253)
13+
* Bump rubocop-jekyll to 0.13.0 and fix rubocop issues (#252)
1714

1815
## 2.15.0 / 2022-05-20
1916

lib/jekyll-github-metadata/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 GitHubMetadata
5-
VERSION = "2.15.0"
5+
VERSION = "2.16.0"
66
end
77
end

0 commit comments

Comments
 (0)