Skip to content

Commit

Permalink
Releasing v0.10.2 and rascal-lsp 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 27, 2023
1 parent e7dd26c commit 0fc1611
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rascal-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-lsp</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.0</junit.version>
Expand Down
5 changes: 5 additions & 0 deletions rascal-vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ For other things we are working on have a look here:

## Release Notes

### 0.10.2

* upgrading to rascal 0.34.1 to fix a regression in concrete syntax
* the REPL is marked as non-transient, until we can properly reconnect it after a reload of the window

### 0.10.1

* bugfix for preloaded parsers
Expand Down
2 changes: 1 addition & 1 deletion rascal-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source code analysis"
],
"icon": "assets/images/rascal-logo.png",
"version": "0.10.2-head",
"version": "0.10.2",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 0fc1611

Please sign in to comment.