From f6bf0d7c7c9d17bfba7b55040f56511b112cc39d Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Thu, 2 Dec 2021 13:33:34 -0800 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b513c..790628f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.34.12 + +### Changed + +- Completions are now sorted public, private, then dunder. +- The order of completion items returned by Jedi is now preserved across clients through explicit sort order. + ## 0.34.11 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 5329cdb..518df6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ line_length = 79 [tool.poetry] name = "jedi-language-server" -version = "0.34.11" +version = "0.34.12" description = "A language server for Jedi!" authors = ["Sam Roeca "] readme = "README.md"