diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a75a931..85998f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.24.3 + +* _Further_ _further_ _further_ improve `--lsp` server to ignore files correctly + ## 1.24.2 * _Further_ _further_ improve `--lsp` server to always respond to requests diff --git a/Gemfile.lock b/Gemfile.lock index 9f4464df..9aa21ac7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.24.2) + standard (1.24.3) language_server-protocol (~> 3.17.0.2) rubocop (= 1.44.1) rubocop-performance (= 1.15.2) @@ -40,8 +40,8 @@ GEM rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.24.1) - parser (>= 3.1.1.0) + rubocop-ast (1.26.0) + parser (>= 3.2.1.0) rubocop-performance (1.15.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index f14cf591..3e68fe3b 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.24.2") + VERSION = Gem::Version.new("1.24.3") end