diff --git a/CHANGELOG.md b/CHANGELOG.md index de36bf7..5c2f5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.28.3 + +### Fixed + +- completionItem/resolve now works again (broke with 0.28.0's migration to pygls 0.10.0) + ## 0.28.2 ### Added diff --git a/pyproject.toml b/pyproject.toml index 9c6a525..f6e991b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ line_length = 79 [tool.poetry] name = "jedi-language-server" -version = "0.28.2" +version = "0.28.3" description = "A language server for Jedi!" authors = ["Sam Roeca "] readme = "README.md"