Skip to content

Commit cfaa39d

Browse files
committed
Bump to v0.22.0
1 parent 3752ea7 commit cfaa39d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# rubocop-github
22

3-
## Unreleased
3+
## v0.22.0
44

5-
- Update Gemspec `required_ruby_version` to `>= 3.0.0`
5+
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
66

77
## v0.21.0
88

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-github (0.21.0)
4+
rubocop-github (0.22.0)
55
rubocop (>= 1.37)
66
rubocop-performance (>= 1.15)
77
rubocop-rails (>= 2.17)

rubocop-github.gemspec

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

33
Gem::Specification.new do |s|
44
s.name = "rubocop-github"
5-
s.version = "0.21.0"
5+
s.version = "0.22.0"
66
s.summary = "RuboCop GitHub"
77
s.description = "Code style checking for GitHub Ruby repositories "
88
s.homepage = "https://github.com/github/rubocop-github"

0 commit comments

Comments
 (0)