Skip to content

Commit 2680320

Browse files
Esbonio Lib Release v0.4.0
1 parent 56e79d3 commit 2680320

File tree

9 files changed

+27
-14
lines changed

9 files changed

+27
-14
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.3.0
2+
current_version = 0.4.0
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
v0.4.0 - 2021-02-01
2+
-------------------
3+
4+
Features
5+
^^^^^^^^
6+
7+
- **Language Server** Directive option completions are now provided
8+
within a directive's options block (`#36 <https://github.com/swyddfa/esbonio/issues/36>`_)
9+
- **Language Server** For projects that use ``interpshinx`` completions
10+
for intersphinx targets are now suggested when available (`#74 <https://github.com/swyddfa/esbonio/issues/74>`_)
11+
12+
13+
Fixes
14+
^^^^^
15+
16+
- **Language Server** Regex that catches diagnostics from Sphinx's
17+
output can now handle windows paths. Diagnostic reporting now sends a
18+
proper URI (`#66 <https://github.com/swyddfa/esbonio/issues/66>`_)
19+
- **Language Server** Diagnostics are now reported on first startup (`#68 <https://github.com/swyddfa/esbonio/issues/68>`_)
20+
- **Language Server** Fix exception that was thrown when trying to find
21+
completions for an unknown role type (`#73 <https://github.com/swyddfa/esbonio/issues/73>`_)
22+
- **Language Server** The server will not offer completion suggestions outside of
23+
a role target (`#77 <https://github.com/swyddfa/esbonio/issues/77>`_)
24+
25+
126
v0.3.0 - 2021-01-27
227
-------------------
328

lib/esbonio/changes/36.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/esbonio/changes/66.fix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/esbonio/changes/68.fix.rst

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

lib/esbonio/changes/73.fix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/esbonio/changes/74.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/esbonio/changes/77.fix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/esbonio/esbonio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)