Skip to content

Commit 0fc1611

Browse files
committed
Releasing v0.10.2 and rascal-lsp 2.19.3
1 parent e7dd26c commit 0fc1611

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

rascal-lsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<modelVersion>4.0.0</modelVersion>
3131
<groupId>org.rascalmpl</groupId>
3232
<artifactId>rascal-lsp</artifactId>
33-
<version>2.19.2-SNAPSHOT</version>
33+
<version>2.19.3</version>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<junit.version>5.10.0</junit.version>

rascal-vscode-extension/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ For other things we are working on have a look here:
5252

5353
## Release Notes
5454

55+
### 0.10.2
56+
57+
* upgrading to rascal 0.34.1 to fix a regression in concrete syntax
58+
* the REPL is marked as non-transient, until we can properly reconnect it after a reload of the window
59+
5560
### 0.10.1
5661

5762
* bugfix for preloaded parsers

rascal-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"source code analysis"
1111
],
1212
"icon": "assets/images/rascal-logo.png",
13-
"version": "0.10.2-head",
13+
"version": "0.10.2",
1414
"engines": {
1515
"vscode": "^1.75.0"
1616
},

0 commit comments

Comments
 (0)