Skip to content

Commit

Permalink
[release] releasing v0.10.1 & v2.19.1 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 20, 2023
1 parent 4395da1 commit 0e95f59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1-SNAPSHOT</version>
<version>2.19.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.0</junit.version>
Expand Down
5 changes: 4 additions & 1 deletion rascal-vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1-head",
"version": "0.10.1",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 0e95f59

Please sign in to comment.