From 3d75b0679ffb798451fdcc2b3467a9c2e2b76308 Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Sun, 25 Feb 2024 20:26:48 -0800 Subject: [PATCH] Bump to version 0.41.3 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a4acb..4b2edc5 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.41.3 + +### Added + +- Support `textDocument/declaration`. Resolves + ## 0.41.2 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 692a608..7fb2b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ ignore_missing_imports = true [tool.poetry] name = "jedi-language-server" -version = "0.41.2" +version = "0.41.3" description = "A language server for Jedi!" authors = ["Sam Roeca "] readme = "README.md"