Skip to content

Commit b5505d7

Browse files
Esbonio VSCode Extension Release v0.9.2
1 parent df03402 commit b5505d7

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

code/.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.9.1
2+
current_version = 0.9.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-dev(?P<dev>\d+))?

code/CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.9.2 - 2022-06-07
2+
-------------------
3+
4+
Fixes
5+
^^^^^
6+
7+
- The ``esbonio.server.pythonPath`` setting now accepts paths relative to ``${workspaceFolder}``.
8+
9+
**Note** This is simply an alias for the existing ``${workspaceRoot}`` functionality. (`#404 <https://github.com/swyddfa/esbonio/issues/404>`_)
10+
11+
112
v0.9.1 - 2022-05-25
213
-------------------
314

code/changes/404.fix.rst

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

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Swyddfa Developers",
99
"publisher": "swyddfa",
1010
"license": "MIT",
11-
"version": "0.9.1",
11+
"version": "0.9.2",
1212
"keywords": [
1313
"sphinx",
1414
"documentation"

0 commit comments

Comments
 (0)