From 0af8c5d8a865fafd1eaa1960fb528200e66d95d3 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 7 Nov 2023 11:05:11 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=B3=20v1.32.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's election day here in the US! Go out and vote for StandardRb! --- 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 1830fd02..510c94a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.32.0 * Updates rubocop to [1.57.2](https://github.com/rubocop/rubocop/releases/tag/v1.57.2) diff --git a/Gemfile.lock b/Gemfile.lock index 9f7255db..e8cb821c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.31.2) + standard (1.32.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.57.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 5dab983c..cf15dee7 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.31.2") + VERSION = Gem::Version.new("1.32.0") end