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/), 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). 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 ### Added
@ -14,12 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improve output when hovering over BibTeX strings - Improve output when hovering over BibTeX strings
- Improve the heuristic for finding build artifacts ([#635](https://github.com/latex-lsp/texlab/issues/635))
### Fixed ### Fixed
- Allow brackets in included file paths ([#639](https://github.com/latex-lsp/texlab/issues/639)) - 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)) - 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 ## [4.0.0] - 25.05.2022

2
Cargo.lock generated
View file

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

View file

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

Binary file not shown.

View file

@ -72,7 +72,7 @@ There are various ways to install TexLab:
\subsection{Options} \subsection{Options}
\begin{itemize} \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{itemize}
\end{document} \end{document}