diff --git a/CHANGELOG.md b/CHANGELOG.md index a609944f..5400a1b5 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). -## [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 diff --git a/Cargo.lock b/Cargo.lock index 4436bb85..8b5e64f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1339,7 +1339,7 @@ dependencies = [ [[package]] name = "texlab" -version = "4.0.0" +version = "4.1.0" dependencies = [ "anyhow", "assert_unordered", diff --git a/Cargo.toml b/Cargo.toml index 9b2fe6fa..f85c0f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [ diff --git a/texlab.pdf b/texlab.pdf index 4c9134ec..68e68c31 100644 Binary files a/texlab.pdf and b/texlab.pdf differ diff --git a/texlab.tex b/texlab.tex index 7faff8b1..632325bb 100644 --- a/texlab.tex +++ b/texlab.tex @@ -72,7 +72,7 @@ There are various ways to install TexLab: \subsection{Options} \begin{itemize} - \item \texttt{--log-file } WRite the logging output to \texttt{FILE} + \item \texttt{--log-file } Write the logging output to \texttt{FILE} \end{itemize} \end{document} \ No newline at end of file