Skip to content

Commit 0e95f59

Browse files
committed
[release] releasing v0.10.1 & v2.19.1 bugfix
1 parent 4395da1 commit 0e95f59

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.1-SNAPSHOT</version>
33+
<version>2.19.1</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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ For other things we are working on have a look here:
5050
* https://github.com/usethesource/rascal-language-servers/issues ; on the current extension
5151
* https://github.com/usethesource/rascal/issues ; on the Rascal language independent of the IDE
5252

53-
5453
## Release Notes
5554

55+
### 0.10.1
56+
57+
* bugfix for preloaded parsers
58+
5659
### 0.10.0
5760

5861
* the automatic JVM downloader will now prompt you for updates if they are available

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.1-head",
13+
"version": "0.10.1",
1414
"engines": {
1515
"vscode": "^1.75.0"
1616
},

0 commit comments

Comments
 (0)