From 71046ace5969ccc0f162c402544e5963b79422d0 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Sun, 23 Jun 2024 23:02:29 -0400 Subject: [PATCH] 1.39.0 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/standard/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f66eaad..cc4f0741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.39.0 + +* Add support for LSP Code Actions / Quick Fix under Ruby LSP [#636](https://github.com/standardrb/standard/pull/636) + ## 1.38.0 * Update minimum Ruby version to 3.0 diff --git a/Gemfile.lock b/Gemfile.lock index cd48bb47..498abef7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.38.0) + standard (1.39.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.64.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 2d6aed63..bb747200 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.38.0") + VERSION = Gem::Version.new("1.39.0") end