Skip to content

Commit d0c94cf

Browse files
Esbonio Language Server Release v0.16.1
1 parent 1147fce commit d0c94cf

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.0
2+
current_version = 0.16.1
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.1 - 2023-02-18
2+
--------------------
3+
4+
Fixes
5+
^^^^^
6+
7+
- With live previews enabled, ``esbonio`` should no longer conflict with Sphinx extensions that register their own ``source-read`` handlers. (`#539 <https://github.com/swyddfa/esbonio/issues/539>`_)
8+
9+
110
v0.16.0 - 2023-02-04
211
--------------------
312

lib/esbonio/changes/539.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.0"
61+
__version__ = "0.16.1"
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.0
3+
version = 0.16.1
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)