From 6a006a9528d4cfc954f091c7c7e393f7226748ff Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Tue, 16 Apr 2024 19:42:07 -0400 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2edc5..a51dd71 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.4 + +### Fixed + +- `lsprotocol`'s dependency specification in this project ended up pulling in an alpha version of the project. This release fixes that issue: + ## 0.41.3 ### Added diff --git a/pyproject.toml b/pyproject.toml index 24c6bac..ca4a4ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ ignore_missing_imports = true [tool.poetry] name = "jedi-language-server" -version = "0.41.3" +version = "0.41.4" description = "A language server for Jedi!" authors = ["Sam Roeca "] readme = "README.md"