From 16be087a6168b10bc7078c361bb03178680b172e Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Sat, 18 Nov 2023 15:19:46 -0800 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 bfb3d09..15a4acb 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.2 + +### Fixed + +- Issue where `lsp_python_diagnostic` may use invalid `lsprotocol.types.Position.character`: + ## 0.41.1 ### Added diff --git a/pyproject.toml b/pyproject.toml index fe57b94..0ae8885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "jedi-language-server" -version = "0.41.1" +version = "0.41.2" description = "A language server for Jedi!" authors = ["Sam Roeca "] readme = "README.md"