diff --git a/CHANGELOG.md b/CHANGELOG.md index 55429ff..5b9c009 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.34.8 + +### Fixed + +- Fixed bug where classes nested inside functions cause exceptions in textDocument/documentSymbol. This release avoids the crash and includes info about classes and functions nested inside functions. See [this issue](https://github.com/pappasam/jedi-language-server/issues/170) + ## 0.34.7 ### Added diff --git a/pyproject.toml b/pyproject.toml index 701b5a5..cb6bbfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ line_length = 79 [tool.poetry] name = "jedi-language-server" -version = "0.34.7" +version = "0.34.8" description = "A language server for Jedi!" authors = ["Sam Roeca "] readme = "README.md"