Skip to content

Commit

Permalink
Preparing for bugfix release of rascal lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jul 25, 2023
1 parent 902ce10 commit 48f47d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rascal-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.33.3</version>
<version>0.33.5</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
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 @@ -46,6 +46,11 @@ For other things we are working on have a look here:


## Release Notes
### 0.8.3

* upgraded to rascal 0.33.5:
* Fixed a second bug aroung ModuleParserStorage
* Preparing for debugger API
### 0.8.2

* Upgraded to rascal 0.33.3:
Expand Down

0 comments on commit 48f47d9

Please sign in to comment.