Bump version to v5.7.0

This commit is contained in:
Patrick Förster 2023-06-07 22:03:35 +02:00
parent a9ef2932df
commit 4c0fb5b039
3 changed files with 4 additions and 3 deletions

View file

@ -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.7.0] - 2023-06-07
### Added
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Prevent adding trailing newline after formatting with `latexmk` ([#895](https://github.com/latex-lsp/texlab/issues/895))
- Improving `\paragraph` parsing
## [5.6.0] - 2023-05-20

2
Cargo.lock generated
View file

@ -1512,7 +1512,7 @@ dependencies = [
[[package]]
name = "texlab"
version = "5.6.0"
version = "5.7.0"
dependencies = [
"anyhow",
"assert_unordered",

View file

@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
version = "5.6.0"
version = "5.7.0"
license.workspace = true
readme = "README.md"
authors.workspace = true