Skip to content

Commit 0e09da0

Browse files
committed
Bump version
1 parent b36193e commit 0e09da0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.8.5]
2+
- Update cop name (`Naming/PredicateName` -> `Naming/PredicatePrefix`)
3+
14
## [0.8.4]
25
- More rules disabled
36

lib/renuocop/version.rb

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

33
module Renuocop
4-
VERSION = "0.8.4"
4+
VERSION = "0.8.5"
55
end

0 commit comments

Comments
 (0)