usethesource / rascal-language-servers

An LSP server for Rascal which includes an easy-to-use LSP generator for languages implemented in Rascal, and an interactive terminal REPL.
BSD 2-Clause "Simplified" License
14 stars 8 forks source link

[RELEASE] version 0.2.1 #149

Closed jurgenvinju closed 2 years ago

jurgenvinju commented 2 years ago

Preliminaries

Pre-releasing dependent tools in unstable

First a "pre-release" of the supporting compiler/typechecker tools must be done, so we know we are releasing a consistently compiled standard library.

Manual version checks

Manual feature tests

The list below was copied from the rascal-eclipse release; have to adapt while we go:

Actual release

DavyLandman commented 2 years ago

Do we have to bump to 0.3.0? Are there big semantic changes? 0.2.0 was already tracking rascal 0.22.1.

jurgenvinju commented 2 years ago

I have no idea yet; I have not been through the commit messages yet. If you think 0.2.1 is best then let's go for that.

DavyLandman commented 2 years ago

https://github.com/usethesource/rascal-language-servers/compare/v0.2.0...main

jurgenvinju commented 2 years ago

I'm ignoring #151 for the current release.