mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 10:49:55 +00:00
Bump version to v5.7.0
This commit is contained in:
parent
a9ef2932df
commit
4c0fb5b039
3 changed files with 4 additions and 3 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -1512,7 +1512,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "texlab"
|
||||
version = "5.6.0"
|
||||
version = "5.7.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_unordered",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue