From bae939474b936b4f5dabf4fa82209a7e792e55e8 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Fri, 5 Mar 2021 20:45:42 -0500 Subject: [PATCH] 1.0.3 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 4 +++- lib/standard/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18078dec..41d51f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index dac3fd98..f19f610f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.0.2) + standard (1.0.3) rubocop (= 1.11.0) rubocop-performance (= 1.10.1) @@ -60,3 +60,5 @@ DEPENDENCIES simplecov standard! +BUNDLED WITH + 2.2.3 diff --git a/lib/standard/version.rb b/lib/standard/version.rb index b7024073..7159f4d9 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.0.2") + VERSION = Gem::Version.new("1.0.3") end