Skip to content

Commit e8ff352

Browse files
committed
Bump version, update changelog, fix pyproject keywords
1 parent 37c5d57 commit e8ff352

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.42.0
8+
9+
### Fixed
10+
11+
- Completion of dictionary keys now handles single and double quotes consistently
12+
13+
### Changed
14+
15+
- Jedi `Completion.path` completion items are filtered out. Resolves: <https://github.com/pappasam/jedi-language-server/issues/325>
16+
717
## 0.41.4
818

919
### Fixed

pyproject.toml

Lines changed: 1 addition & 3 deletions
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.4"
16+
version = "0.42.0"
1717
description = "A language server for Jedi!"
1818
authors = ["Sam Roeca <[email protected]>"]
1919
readme = "README.md"
@@ -23,8 +23,6 @@ keywords = [
2323
"python",
2424
"completion",
2525
"refactoring",
26-
"vim",
27-
"neovim",
2826
"lsp",
2927
"language-server-protocol"
3028
]

0 commit comments

Comments
 (0)