Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2021
1 parent 84e2d86 commit c506f52
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 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.6.0
current_version = 0.6.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-dev(?P<dev>\d+))?
Expand Down
17 changes: 17 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.6.1 - 2021-05-13
-------------------

Fixes
^^^^^

- Literal blocks now have the correct syntax highlighting (`#138 <https://github.com/swyddfa/esbonio/issues/138>`_)
- The language server is now reloaded when the Python environment is changed. (`#140 <https://github.com/swyddfa/esbonio/issues/140>`_)
- It's now possible to test dev builds of the language server with the extension (`#168 <https://github.com/swyddfa/esbonio/issues/168>`_)


Misc
^^^^

- Improvements to the development experience (`#170 <https://github.com/swyddfa/esbonio/issues/170>`_)


v0.6.0 - 2021-05-07v0.6.0 - 2021-05-07
-------------------

Expand Down
1 change: 0 additions & 1 deletion code/changes/138.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/140.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/168.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/170.misc.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 @@ -7,7 +7,7 @@
"author": "Swyddfa Developers",
"publisher": "swyddfa",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"compile": "webpack --mode production",
"compile-test": "npm run clean && tsc -p ./",
Expand Down

0 comments on commit c506f52

Please sign in to comment.