diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c5e9fc..bbb4068c 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.13.0] - 2024-03-10 ### Added diff --git a/Cargo.lock b/Cargo.lock index 65f26685..0d5e037e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,7 +1485,7 @@ dependencies = [ [[package]] name = "texlab" -version = "5.12.4" +version = "5.13.0" dependencies = [ "anyhow", "base-db", diff --git a/crates/texlab/Cargo.toml b/crates/texlab/Cargo.toml index 2fc4ccf9..cd2f9ce8 100644 --- a/crates/texlab/Cargo.toml +++ b/crates/texlab/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "texlab" description = "LaTeX Language Server" -version = "5.12.4" +version = "5.13.0" license.workspace = true readme = "README.md" authors.workspace = true