Skip to content

Commit

Permalink
Bump version, update changelog, fix pyproject keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Nov 8, 2024
1 parent 37c5d57 commit e8ff352
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.42.0

### Fixed

- Completion of dictionary keys now handles single and double quotes consistently

### Changed

- Jedi `Completion.path` completion items are filtered out. Resolves: <https://github.com/pappasam/jedi-language-server/issues/325>

## 0.41.4

### Fixed
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "jedi-language-server"
version = "0.41.4"
version = "0.42.0"
description = "A language server for Jedi!"
authors = ["Sam Roeca <[email protected]>"]
readme = "README.md"
Expand All @@ -23,8 +23,6 @@ keywords = [
"python",
"completion",
"refactoring",
"vim",
"neovim",
"lsp",
"language-server-protocol"
]
Expand Down

0 comments on commit e8ff352

Please sign in to comment.