mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Bump version to v3.3.1
This commit is contained in:
parent
78994b9070
commit
7e5fe5c49d
3 changed files with 11 additions and 2 deletions
|
|
@ -5,6 +5,15 @@ 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).
|
||||
|
||||
## [3.3.1] - 10.11.2021
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix completion for symbols in commands with incomplete braces ([#510](https://github.com/latex-lsp/texlab/issues/510))
|
||||
- Do not produce syntax errors for macro parameters inside special command arguments ([#508](https://github.com/latex-lsp/texlab/issues/508))
|
||||
- Fix a bug that sometimes causes the `aux` file to pick up the diagnostics of the `tex` file ([#502](https://github.com/latex-lsp/texlab/issues/502))
|
||||
- Fix a bug that sometimes prevents `log` files from being reanalyzed ([#502](https://github.com/latex-lsp/texlab/issues/502))
|
||||
|
||||
## [3.3.0] - 10.10.2021
|
||||
|
||||
### Added
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1863,7 +1863,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "texlab"
|
||||
version = "3.3.0"
|
||||
version = "3.3.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bibutils-sys",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "texlab"
|
||||
description = "LaTeX Language Server"
|
||||
version = "3.3.0"
|
||||
version = "3.3.1"
|
||||
license = "GPL-3.0"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue