Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
# rubocop-github

## v0.26.0

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

## v0.25.0

- Read the automatic release notes on [the /releases page for this gem](https://github.com/github/rubocop-github/releases).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-github (0.25.0)
rubocop-github (0.26.0)
rubocop (>= 1.76)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.23)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

VERSION = "0.25.0"
VERSION = "0.26.0"