Bump version to v3.3.1

This commit is contained in:
Patrick Förster 2021-11-10 20:38:53 +01:00
parent 78994b9070
commit 7e5fe5c49d
3 changed files with 11 additions and 2 deletions

View file

@ -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
View file

@ -1863,7 +1863,7 @@ dependencies = [
[[package]]
name = "texlab"
version = "3.3.0"
version = "3.3.1"
dependencies = [
"anyhow",
"bibutils-sys",

View file

@ -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 = [