From 945500f3b75f85d2fd4fb59c5002926edf465262 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Tue, 8 Oct 2024 17:21:54 +0900 Subject: [PATCH] Version 1.8.1 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/steep/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9beaf3..98547c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 1.8.1 (2024-10-08) + +### Language server + +* Skip sending response to `$/steep/typecheck` request from `steep langserver` ([#1268](https://github.com/soutaro/steep/pull/1268), backport [#1267](https://github.com/soutaro/steep/pull/1267)) + ## 1.8.0 (2024-09-30) ### Type checker core diff --git a/Gemfile.lock b/Gemfile.lock index c3cb0121..c3592f66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - steep (1.8.0) + steep (1.8.1) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) diff --git a/lib/steep/version.rb b/lib/steep/version.rb index 52671ca6..f9254ed3 100644 --- a/lib/steep/version.rb +++ b/lib/steep/version.rb @@ -1,3 +1,3 @@ module Steep - VERSION = "1.8.0" + VERSION = "1.8.1" end