From edc75ca99e762bade56a981881a67908f4e1b200 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Tue, 16 Jul 2024 13:01:02 -0400 Subject: [PATCH] 1.39.2 --- 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 f0f3e5e1..7e3ada8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.39.2 + +* Ensure a URI scheme on file paths from the built-in LSP [#642](https://github.com/standardrb/standard/pull/642). + ## 1.39.1 * Fix LSP when `format` is set [#638](https://github.com/standardrb/standard/issues/638) diff --git a/Gemfile.lock b/Gemfile.lock index 5d29154e..641dce16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.39.1) + standard (1.39.2) 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 374a7768..d7fcf7db 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.39.1") + VERSION = Gem::Version.new("1.39.2") end