Skip to content

Commit cc5c984

Browse files
committed
Bump version, update changelog
1 parent 0500905 commit cc5c984

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.39.0
8+
9+
### Changed
10+
11+
- `jedi-language-server`-powered diagnostics are disabled by default. See: <https://github.com/pappasam/jedi-language-server/issues/187>
12+
713
## 0.38.0
814

915
### Added

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.38.0"
14+
version = "0.39.0"
1515
description = "A language server for Jedi!"
1616
authors = ["Sam Roeca <[email protected]>"]
1717
readme = "README.md"

0 commit comments

Comments
 (0)