Skip to content

Commit fe99cbe

Browse files
committed
Bump version, update changelog
1 parent 310fe79 commit fe99cbe

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.35.0
8+
9+
### Changed
10+
11+
- Default log level has been changed to `WARN`, suppresses verbose `INFO` messages provided by pygls.
12+
713
## 0.34.12
814

915
### Changed

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.34.12"
14+
version = "0.35.0"
1515
description = "A language server for Jedi!"
1616
authors = ["Sam Roeca <samuel.roeca@gmail.com>"]
1717
readme = "README.md"

0 commit comments

Comments
 (0)