From acfaaab64098b086d2c8af6cf6b9d59eca94b76c Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Fri, 10 Feb 2023 11:30:53 -0500 Subject: [PATCH] 1.24.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 ba9d31a2..9a75a931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.24.2 + +* _Further_ _further_ improve `--lsp` server to always respond to requests + ## 1.24.1 * _Further_ improve `--lsp` server to better support commands used by VS Code diff --git a/Gemfile.lock b/Gemfile.lock index b0ed0bc7..9f4464df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.24.1) + standard (1.24.2) language_server-protocol (~> 3.17.0.2) rubocop (= 1.44.1) rubocop-performance (= 1.15.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 6ed53565..f14cf591 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.24.1") + VERSION = Gem::Version.new("1.24.2") end