Skip to content

Commit 38505d9

Browse files
committed
[release] set release version
1 parent 62ba1cf commit 38505d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

rascal-lsp/RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Note that rascal-lsp releases are bundled with VS Code releases, however due to historic reasons, their versions do not align. Until they do we'll denote both the VS Code and the rascal LSP release next to each other.
44

5+
## Release 2.21.1 (VS Code: 0.12.1)
6+
7+
* The type-checker got a lot faster, especially if you're editing a single file in a larger project.
8+
* Various bugfixes in:
9+
* The rename functionality
10+
* The code actions
11+
* The type-checker
12+
513
## Release 2.21.0 (VS Code: 0.12.0)
614

715
* New feature: The "Rename Symbol" command (default: `F2`) is now supported for all identifiers in Rascal modules. Renaming is safe, so the semantics of Rascal code before/after renaming is the same.

rascal-lsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.rascalmpl</groupId>
3434
<artifactId>rascal-lsp</artifactId>
35-
<version>2.21.1-SNAPSHOT</version>
35+
<version>2.21.1</version>
3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<junit.version>4.13.2</junit.version>

rascal-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"color": "#ffffff",
1515
"theme": "light"
1616
},
17-
"version": "0.12.1-head",
17+
"version": "0.12.1",
1818
"engines": {
1919
"vscode": "^1.82.0",
2020
"node": ">=18.15.0"

0 commit comments

Comments
 (0)