Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2022
1 parent df03402 commit b5505d7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-dev(?P<dev>\d+))?
Expand Down
11 changes: 11 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.9.2 - 2022-06-07
-------------------

Fixes
^^^^^

- The ``esbonio.server.pythonPath`` setting now accepts paths relative to ``${workspaceFolder}``.

**Note** This is simply an alias for the existing ``${workspaceRoot}`` functionality. (`#404 <https://github.com/swyddfa/esbonio/issues/404>`_)


v0.9.1 - 2022-05-25
-------------------

Expand Down
3 changes: 0 additions & 3 deletions code/changes/404.fix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Swyddfa Developers",
"publisher": "swyddfa",
"license": "MIT",
"version": "0.9.1",
"version": "0.9.2",
"keywords": [
"sphinx",
"documentation"
Expand Down

0 comments on commit b5505d7

Please sign in to comment.