Skip to content

Commit 3018110

Browse files
author
github-actions
committed
Esbonio Language Server Release v0.16.3
1 parent ceaab09 commit 3018110

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

lib/esbonio/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.16.3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?

lib/esbonio/CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.16.3 - 2023-11-27
2+
--------------------
3+
4+
Fixes
5+
^^^^^
6+
7+
- Fix ``ValueError`` thrown when building the document symbol for a title node that only contains a role. (`#685 <https://github.com/swyddfa/esbonio/issues/685>`_)
8+
9+
110
v0.16.2 - 2023-10-07
211
--------------------
312

lib/esbonio/changes/685.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/esbonio/esbonio/lsp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from .rst import RstLanguageServer
5959
from .symbols import SymbolVisitor
6060

61-
__version__ = "0.16.2"
61+
__version__ = "0.16.3"
6262

6363
__all__ = [
6464
"CompletionContext",

lib/esbonio/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = esbonio
3-
version = 0.16.2
3+
version = 0.16.3
44
description = A Language Server for Sphinx projects.
55
long_description = file:README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)