From 78d2b25860b043477b41404ffac99ed1673262e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Sun, 30 Jul 2023 11:27:49 +0200 Subject: [PATCH] Bump version to v5.8.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- crates/texlab/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389ade58..a97c7cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [5.8.0] - 2023-07-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2c58c1af..98dff1e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1584,7 +1584,7 @@ dependencies = [ [[package]] name = "texlab" -version = "5.7.0" +version = "5.8.0" dependencies = [ "anyhow", "assert_unordered", diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index 19a2851f..9bb0654a 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "texlab" description = "LaTeX Language Server" -version = "5.7.0" +version = "5.8.0" license.workspace = true readme = "README.md" authors.workspace = true