Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Mar 6, 2021
1 parent f02b210 commit bae9394
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3

* Fix an exit code bug introduced in 1.0.2
([#271](https://github.com/testdouble/standard/pull/272)

## 1.0.2

* Preserve RuboCop's CLI exit codes
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.0.2)
standard (1.0.3)
rubocop (= 1.11.0)
rubocop-performance (= 1.10.1)

Expand Down Expand Up @@ -60,3 +60,5 @@ DEPENDENCIES
simplecov
standard!

BUNDLED WITH
2.2.3
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.0.2")
VERSION = Gem::Version.new("1.0.3")
end

0 comments on commit bae9394

Please sign in to comment.