From 7c0937fd4b4bbde5e6f46aed3b49b2488c0672ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Sat, 25 May 2024 09:18:23 +0200 Subject: [PATCH] Bump version to v5.16.1 --- CHANGELOG.md | 7 ++----- Cargo.lock | 2 +- crates/texlab/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d327cee..8008720d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,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). -## [Unreleased] - -### Changed - -- Remove unused `texlab.rootDirectory` setting +## [5.16.1] - 2024-05-25 ### Fixed - Don't treat `\label{}` and `\ref{}` with macro parameter as label commands ([#1119](https://github.com/latex-lsp/texlab/issues/1119)) - Fix parsing `latexmkrc` for `latexmk` versions older than `v4.8.4` ([#1128](https://github.com/latex-lsp/texlab/issues/1128)) +- Remove unused `texlab.rootDirectory` setting from documentation ## [5.16.0] - 2024-05-01 diff --git a/Cargo.lock b/Cargo.lock index 1bcb8029..9d651234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "texlab" -version = "5.16.0" +version = "5.16.1" dependencies = [ "anyhow", "base-db", diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index fd01dfc4..a2fb78e1 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "texlab" description = "LaTeX Language Server" -version = "5.16.0" +version = "5.16.1" license.workspace = true readme = "README.md" authors.workspace = true