From 7dd7486e0f41cf7966259b494801804c93aa7bfb Mon Sep 17 00:00:00 2001 From: Craig Zeise Date: Tue, 13 Feb 2024 13:52:15 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=20v1.34.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's Extraterrestrial Culture Day! Who's your favorite alien??? Co-authored-by: Camilo Payan --- 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 dc748ff7..cc791d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.34.0 * Updates rubocop to [1.60.2](https://github.com/rubocop/rubocop/releases/tag/v1.60.2) diff --git a/Gemfile.lock b/Gemfile.lock index 4b225c5f..f5aa71c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.33.0) + standard (1.34.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.60) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 72b7e2f9..99c2c188 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.33.0") + VERSION = Gem::Version.new("1.34.0") end