Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Mar 5, 2021
1 parent 341604d commit 9749c26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.0.2

* Preserve RuboCop's CLI exit codes
([#270](https://github.com/testdouble/standard/pull/270)) by
[@nicksieger](https://github.com/nicksieger)

## 1.0.1

* Update rubocop from 1.10.0 to [1.11.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.11.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.0.1)
standard (1.0.2)
rubocop (= 1.11.0)
rubocop-performance (= 1.10.1)

Expand Down Expand Up @@ -61,4 +61,4 @@ DEPENDENCIES
standard!

BUNDLED WITH
2.2.6
2.3.0.dev
2 changes: 1 addition & 1 deletion lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.0.1")
VERSION = Gem::Version.new("1.0.2")
end

0 comments on commit 9749c26

Please sign in to comment.