Skip to content

Commit 16be087

Browse files
committed
Bump version, update changelog
1 parent f531dd7 commit 16be087

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## 0.41.2
8+
9+
### Fixed
10+
11+
- Issue where `lsp_python_diagnostic` may use invalid `lsprotocol.types.Position.character`: <https://github.com/pappasam/jedi-language-server/issues/272>
12+
713
## 0.41.1
814

915
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "jedi-language-server"
7-
version = "0.41.1"
7+
version = "0.41.2"
88
description = "A language server for Jedi!"
99
authors = ["Sam Roeca <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)