From 1d31b3860bc0cc6690cab9cba09b4411845fa1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Wed, 20 Nov 2019 16:10:53 +0100 Subject: [PATCH] Bump version to v1.7.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db9299fe..cea06f579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ 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). +## [1.7.0] - 20.11.2019 + +### Added + +- Add logging for JSON-RPC errors via `stderr` ([#111](https://github.com/latex-lsp/texlab/issues/111)) +- Provide completion for `\subfile` +- Provide completion for glossary entries +- Show full path when hovering over includes +- Implement "Goto Definition" for BibTeX strings + +### Changed + +- Use Rust Stable (1.39+) instead of Rust Beta +- Sort symbols by project order ([#93](https://github.com/latex-lsp/texlab/issues/93)) + +### Fixed + +- Improve detection of local packages inside the current workspace + ([#110](https://github.com/latex-lsp/texlab/issues/110)) +- Fix potential crash in "Goto Definition" + ## [1.6.0] - 29.09.2019 ### Added diff --git a/Cargo.lock b/Cargo.lock index e207bfeac..f498353fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1554,7 +1554,7 @@ dependencies = [ [[package]] name = "texlab" -version = "1.6.0" +version = "1.7.0" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bdbc22a77..ffc42b8b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "texlab" description = "LaTeX Language Server" -version = "1.6.0" +version = "1.7.0" license = "MIT" readme = "README.md" authors = [