mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-07-07 13:15:22 +00:00
Bump version to v4.1.0
This commit is contained in:
parent
5d3ad2aa85
commit
4ba779b1c1
5 changed files with 5 additions and 5 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).
|
||||
|
||||
## [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
2
Cargo.lock
generated
|
@ -1339,7 +1339,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "texlab"
|
||||
version = "4.0.0"
|
||||
version = "4.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_unordered",
|
||||
|
|
|
@ -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 = [
|
||||
|
|
BIN
texlab.pdf
BIN
texlab.pdf
Binary file not shown.
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue