diff --git a/rascal-lsp/pom.xml b/rascal-lsp/pom.xml index d15ecf09..c5a42699 100644 --- a/rascal-lsp/pom.xml +++ b/rascal-lsp/pom.xml @@ -30,7 +30,7 @@ 4.0.0 org.rascalmpl rascal-lsp - 2.19.1-SNAPSHOT + 2.19.1 UTF-8 5.10.0 diff --git a/rascal-vscode-extension/README.md b/rascal-vscode-extension/README.md index a6e7d74d..5b29d8a3 100644 --- a/rascal-vscode-extension/README.md +++ b/rascal-vscode-extension/README.md @@ -50,9 +50,12 @@ For other things we are working on have a look here: * https://github.com/usethesource/rascal-language-servers/issues ; on the current extension * https://github.com/usethesource/rascal/issues ; on the Rascal language independent of the IDE - ## Release Notes +### 0.10.1 + +* bugfix for preloaded parsers + ### 0.10.0 * the automatic JVM downloader will now prompt you for updates if they are available diff --git a/rascal-vscode-extension/package.json b/rascal-vscode-extension/package.json index ffe84bb4..de4415c1 100644 --- a/rascal-vscode-extension/package.json +++ b/rascal-vscode-extension/package.json @@ -10,7 +10,7 @@ "source code analysis" ], "icon": "assets/images/rascal-logo.png", - "version": "0.10.1-head", + "version": "0.10.1", "engines": { "vscode": "^1.75.0" },