From d80c436aef6cbfea1866879d5c5e67b1cf727269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Tue, 24 Jun 2025 21:01:16 +0200 Subject: [PATCH] Bump version to v5.23.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b10e63..2bf0284a 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.23.1] - 2025-06-24 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 54d3eb05..c7cb96af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "texlab" -version = "5.23.0" +version = "5.23.1" dependencies = [ "anyhow", "base-db", diff --git a/Cargo.toml b/Cargo.toml index c4d19ad4..170a1e03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "5.23.0" +version = "5.23.1" license = "GPL-3.0" authors = [ "Eric Förster ",