Skip to content

Commit 6a006a9

Browse files
committed
Bump version, update changelog
1 parent 5d83944 commit 6a006a9

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.4
8+
9+
### Fixed
10+
11+
- `lsprotocol`'s dependency specification in this project ended up pulling in an alpha version of the project. This release fixes that issue: <https://github.com/pappasam/jedi-language-server/issues/302>
12+
713
## 0.41.3
814

915
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ignore_missing_imports = true
1313

1414
[tool.poetry]
1515
name = "jedi-language-server"
16-
version = "0.41.3"
16+
version = "0.41.4"
1717
description = "A language server for Jedi!"
1818
authors = ["Sam Roeca <[email protected]>"]
1919
readme = "README.md"

0 commit comments

Comments
 (0)