Skip to content

Commit

Permalink
Merge pull request #64 from viralpraxis/release-0-6-0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
viralpraxis authored Nov 11, 2024
2 parents 33608a5 + 2dcd647 commit 7907aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## master (unreleased)
## 0.6.0

* [#59](https://github.com/rubocop/rubocop-thread_safety/pull/59): Rename `ThreadSafety::InstanceVariableInClassMethod` cop to `ThreadSafety::ClassInstanceVariable` to better reflect its purpose. ([@viralpraxis](https://github.com/viralpraxis))
* [#55](https://github.com/rubocop/rubocop-thread_safety/pull/55): Enhance `ThreadSafety::InstanceVariableInClassMethod` cop to detect offenses within `class_eval/exec` blocks. ([@viralpraxis](https://github.com/viralpraxis))
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/thread_safety/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module ThreadSafety
VERSION = '0.5.1'
VERSION = '0.6.0'
end
end

0 comments on commit 7907aec

Please sign in to comment.