Skip to content

Commit

Permalink
Esbonio Lib Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2021
1 parent 56e79d3 commit 2680320
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/esbonio/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
Expand Down
25 changes: 25 additions & 0 deletions lib/esbonio/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v0.4.0 - 2021-02-01
-------------------

Features
^^^^^^^^

- **Language Server** Directive option completions are now provided
within a directive's options block (`#36 <https://github.com/swyddfa/esbonio/issues/36>`_)
- **Language Server** For projects that use ``interpshinx`` completions
for intersphinx targets are now suggested when available (`#74 <https://github.com/swyddfa/esbonio/issues/74>`_)


Fixes
^^^^^

- **Language Server** Regex that catches diagnostics from Sphinx's
output can now handle windows paths. Diagnostic reporting now sends a
proper URI (`#66 <https://github.com/swyddfa/esbonio/issues/66>`_)
- **Language Server** Diagnostics are now reported on first startup (`#68 <https://github.com/swyddfa/esbonio/issues/68>`_)
- **Language Server** Fix exception that was thrown when trying to find
completions for an unknown role type (`#73 <https://github.com/swyddfa/esbonio/issues/73>`_)
- **Language Server** The server will not offer completion suggestions outside of
a role target (`#77 <https://github.com/swyddfa/esbonio/issues/77>`_)


v0.3.0 - 2021-01-27
-------------------

Expand Down
2 changes: 0 additions & 2 deletions lib/esbonio/changes/36.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions lib/esbonio/changes/66.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion lib/esbonio/changes/68.fix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions lib/esbonio/changes/73.fix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions lib/esbonio/changes/74.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions lib/esbonio/changes/77.fix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion lib/esbonio/esbonio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 2680320

Please sign in to comment.