Skip to content

Commit 88a5eef

Browse files
committed
Bump version, update changelog, poetry update
1 parent ed0c64a commit 88a5eef

File tree

3 files changed

+31
-27
lines changed

3 files changed

+31
-27
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.31.0
8+
9+
### Changed
10+
11+
- Markdown text that is not recognized by `docstring-to-markdown` is no longer automatically wrapped in a code block. I found that, more often than not, this resulted in annoying formatting for me.
12+
- Hover text now displays a lot more information, taking advantage of Jedi's Name methods and properties. Information now includes the module path to the name, the description, and an inferred type hint in addition to the docstring. This is all formatted with markdown so it looks pretty.
13+
714
## 0.30.3
815

916
### Fixed
@@ -583,8 +590,3 @@ Same functions as 0.28, but different tag.
583590
### Fixed
584591

585592
- `mypy`, `pylint`, `black`, `toml-sort`, and `isort` all pass.
586-
npm notice
587-
npm notice New minor version of npm available! 7.6.0 -> 7.15.0
588-
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.15.0>
589-
npm notice Run `npm install -g [email protected]` to update!
590-
npm notice

poetry.lock

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ line_length = 79
1111

1212
[tool.poetry]
1313
name = "jedi-language-server"
14-
version = "0.30.3"
14+
version = "0.31.0"
1515
description = "A language server for Jedi!"
1616
authors = ["Sam Roeca <[email protected]>"]
1717
readme = "README.md"

0 commit comments

Comments
 (0)