Skip to content

Commit 3ec982c

Browse files
authored
Merge pull request #307 from github/mgriffin/bump
Bump to version 0.25.0
2 parents fc80916 + 1fab623 commit 3ec982c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# rubocop-github
22

3+
## v0.25.0
4+
5+
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
6+
- Updated related gems
7+
- Specify plugin class names for included rubocop plugins
8+
9+
## v0.24.0
10+
11+
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
12+
313
## v0.23.0
414

515
- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).

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.24.0)
4+
rubocop-github (0.25.0)
55
rubocop (>= 1.72)
66
rubocop-performance (>= 1.24)
77
rubocop-rails (>= 2.23)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# frozen_string_literal: true
22

3-
VERSION = "0.24.0"
3+
VERSION = "0.25.0"

0 commit comments

Comments
 (0)