From c821c121e2dafde7ee6c041f204289effb4be77b Mon Sep 17 00:00:00 2001 From: Jennifer Konikowski Date: Fri, 4 Sep 2020 15:26:51 -0400 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c727bfc..ebcea252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.6.0 * Update Rubocop from [0.89.1](https://github.com/rubocop-hq/rubocop/releases/tag/v0.89.1) diff --git a/Gemfile.lock b/Gemfile.lock index c29fdc40..75c4908f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (0.5.2) + standard (0.6.0) rubocop (~> 0.90) rubocop-performance (~> 1.8.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index f9e1655a..cee3aba9 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("0.5.2") + VERSION = Gem::Version.new("0.6.0") end