Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Commit 3ba9924

Browse files
committed
Cut v1.0.0.
1 parent fcaaa5f commit 3ba9924

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## master (unreleased)
22

3+
## 1.0.0
4+
5+
* Drop support for Ruby 2.0.
6+
* Drop support for Rubinius.
7+
* Add support for Ruby 2.3 and 2.4.
8+
* Add support for JRuby.
9+
310
## 0.1.0
411

512
* Add autocorrect except for focus.

lib/rubocop/rspec/focused/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RuboCop
22
module RSpec
33
module Focused
4-
VERSION = '0.1.0'
4+
VERSION = '1.0.0'
55
end
66
end
77
end

0 commit comments

Comments
 (0)