Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raou1d committed Feb 5, 2021
1 parent 5d36f30 commit 1754b77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0] - 05 Febuary 2021

### Changed

- Upgrade Rubocop from 0.89.0 to 1.9.1
- Upgrade Rubocop-Performance from 1.7.1 to 1.9.2
- Upgrade Rubocop-Rails from 2.7.0 to 2.9.1

## [0.7.1] - 05 October 2020

- Upgrade rubocop to 0.89.0 to prevent bug in 0.88.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the common configuration for ruby-style checks by [Rubocop](https://gith
Add this line to your application's Gemfile under the `development` and `test` groups to include a specific version of this gem:

```ruby
gem 'rubocopital', '~> 0.6.1', require: false
gem 'rubocopital', '~> 1.0.0', require: false
```

And then execute:
Expand Down Expand Up @@ -36,7 +36,7 @@ you can just add them below.
- default.yml
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 3.0
DisplayCopNames: false
DisplayStyleGuide: true
```
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocopital/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rubocopital
VERSION = "0.7.1"
VERSION = "1.0.0"
end

0 comments on commit 1754b77

Please sign in to comment.