Skip to content

Commit

Permalink
Release 💎 v2.16.0 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Apr 5, 2023
1 parent f23ee97 commit 9326093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
## HEAD

### Development Fixes

* Update rspec requirement from ~> 3.11.0 to ~> 3.12.0 (#244)
* Bump Ruby versions in AppVeyor jobs (#253)
* Bump rubocop-jekyll to 0.13.0 and fix rubocop issues (#252)
## 2.16.0 / 2023-04-05

### Minor Enhancements

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

### Bug Fixes
### Development Fixes

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

## 2.15.0 / 2022-05-20

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

module Jekyll
module GitHubMetadata
VERSION = "2.15.0"
VERSION = "2.16.0"
end
end

0 comments on commit 9326093

Please sign in to comment.