From ab2ee33819c5ce7f55c1f20973317f041eb98e43 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 14 Jan 2025 15:36:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A4=20v1.44.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fried shrimp chosen by @JoeDupuis with zero hesitation. Fried shrimp is inevitable. Co-authored-by: Joe Dupuis Co-authored-by: Craig Zeise --- 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 2fd4adba..219c8f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.44.0 * Updates rubocop to [1.70.0](https://github.com/rubocop/rubocop/tree/v1.70.0) diff --git a/Gemfile.lock b/Gemfile.lock index 9c276ec0..9c29adf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.43.0) + standard (1.44.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.70.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index cd0f8a51..0e2b74ad 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.43.0") + VERSION = Gem::Version.new("1.44.0") end