Skip to content

Commit 1418f22

Browse files
committed
[release] set release version
1 parent ea10b50 commit 1418f22

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

rascal-lsp/RELEASE-NOTES.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
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.22.4 (VS Code: 0.13.4)
6+
7+
Works best with rascal 0.42.2 (and rascal-maven-plugin 0.31.0).
8+
9+
* avoid errors when navigating in rascal files stored in jars, such as libraries or the standard library
10+
* upgraded to rascal 0.42.2 that fixed a few bugs:
11+
* rascal code executing during import are now not hiding overloads anymore
12+
* fixed bugs in stored module parsers
13+
* fixed a few edge cases in the mvn/jar+file/zip resolvers
14+
* fixed a bug where typechecker would sometimes flip between errors and no error on the same file on every save
15+
* other typechecker improvements
16+
517
## Release 2.22.3 (VS Code: 0.13.3)
618

7-
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).
19+
Works best with rascal 0.42.1 (and rascal-maven-plugin 0.31.0).
820

921
* fixed a regession in JSON encoding of rascal action results & parameters
1022
* fixed the race that sometimes broke go-to definition and other type-checker derived operations
1123

1224
## Release 2.22.2 (VS Code: 0.13.2)
1325

14-
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).
26+
Works best with rascal 0.42.1 (and rascal-maven-plugin 0.31.0).
1527

1628
* upgraded to rascal 0.42.1 which contains a bugfix for missing overloads
1729
* fixed a bug where `readFile` inside of a repl would fail if the file was open in the IDE

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.22.4-SNAPSHOT</version>
33+
<version>2.22.4</version>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<junit.version>4.13.2</junit.version>

rascal-vscode-extension/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22

33
We only list significant changes, for a full changelog please review the [commit history](https://github.com/usethesource/rascal-language-servers/commits/main/).
44

5+
## 0.13.4
6+
7+
Works best with rascal 0.42.2 (and rascal-maven-plugin 0.31.0)
8+
9+
* avoid errors when navigating in rascal files stored in jars, such as libraries or the standard library
10+
* upgraded to rascal 0.42.2 that fixed a few bugs:
11+
* rascal code executing during import are now not hiding overloads anymore
12+
* fixed bugs in stored module parsers
13+
* fixed a few edge cases in the mvn/jar+file/zip resolvers
14+
* fixed a bug where typechecker would sometimes flip between errors and no error on the same file on every save
15+
* other typechecker improvements
16+
517
## 0.13.3
618

7-
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).
19+
Works best with rascal 0.42.1 (and rascal-maven-plugin 0.31.0).
820

921
* fixed a regession in JSON encoding of rascal action results & parameters
1022
* fixed the race that sometimes broke go-to definition and other type-checker derived operations
1123

1224
## 0.13.2
1325

14-
Works best with rascal 0.42.1 (and rascal-maven 0.31.0).
26+
Works best with rascal 0.42.1 (and rascal-maven-plugin 0.31.0).
1527

1628
* upgraded to rascal 0.42.1 which contains a bugfix for missing overloads
1729
* fixed a bug where `readFile` inside of a repl would fail if the file was open in the IDE

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.13.4-head",
17+
"version": "0.13.4",
1818
"engines": {
1919
"vscode": "^1.90.0",
2020
"node": ">=20.9.0"

0 commit comments

Comments
 (0)