Skip to content

Commit

Permalink
Bump version to v5.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed May 25, 2024
1 parent 95dc100 commit 7c0937f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ 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).

## [Unreleased]

### Changed

- Remove unused `texlab.rootDirectory` setting
## [5.16.1] - 2024-05-25

### Fixed

- Don't treat `\label{}` and `\ref{}` with macro parameter as label commands ([#1119](https://github.com/latex-lsp/texlab/issues/1119))
- Fix parsing `latexmkrc` for `latexmk` versions older than `v4.8.4` ([#1128](https://github.com/latex-lsp/texlab/issues/1128))
- Remove unused `texlab.rootDirectory` setting from documentation

## [5.16.0] - 2024-05-01

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
version = "5.16.0"
version = "5.16.1"
license.workspace = true
readme = "README.md"
authors.workspace = true
Expand Down

0 comments on commit 7c0937f

Please sign in to comment.