Bump version to v4.1.0

This commit is contained in:
Patrick Förster 2022-06-12 16:25:38 +02:00
parent 5d3ad2aa85
commit 4ba779b1c1
5 changed files with 5 additions and 5 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).
## [4.1.0] - ??.??.2022
## [4.1.0] - 12.06.2022
### Added
@ -14,12 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improve output when hovering over BibTeX strings
- Improve the heuristic for finding build artifacts ([#635](https://github.com/latex-lsp/texlab/issues/635))
### Fixed
- Allow brackets in included file paths ([#639](https://github.com/latex-lsp/texlab/issues/639))
- Allow commands in included file paths ([#641](https://github.com/latex-lsp/texlab/issues/641))
- Improve the heuristic for finding build artifacts ([#635](https://github.com/latex-lsp/texlab/issues/635))
## [4.0.0] - 25.05.2022

2
Cargo.lock generated
View file

@ -1339,7 +1339,7 @@ dependencies = [
[[package]]
name = "texlab"
version = "4.0.0"
version = "4.1.0"
dependencies = [
"anyhow",
"assert_unordered",

View file

@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
version = "4.0.0"
version = "4.1.0"
license = "GPL-3.0"
readme = "README.md"
authors = [

Binary file not shown.

View file

@ -72,7 +72,7 @@ There are various ways to install TexLab:
\subsection{Options}
\begin{itemize}
\item \texttt{--log-file <FILE>} WRite the logging output to \texttt{FILE}
\item \texttt{--log-file <FILE>} Write the logging output to \texttt{FILE}
\end{itemize}
\end{document}