Skip to content

Commit

Permalink
Prepare for the 0.2.3 release (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Feb 15, 2021
1 parent fb53edb commit 7452398
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Enso 0.2.3 (2021-02-15)

## Tooling

- Improved the robustness of the project manager and language server in the
presence of rapid restarts
([#1463](https://github.com/enso-org/enso/pull/1463)).

## Libraries

- Significantly improved the efficiency of visualising large tables through
zero-cost translation to Enso's vectors
([#1476](https://github.com/enso-org/enso/pull/1476)).

## Known Issues

- This is a beta release, so please see the
[issue tracker](https://github.com/enso-org/enso/issues?q=is%3Aissue+is%3Aopen+created%3A%3C2021-02-15)
for issues opened before the release date.

# Enso 0.2.2 (2021-02-11)

## Language
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val scalacVersion = "2.13.3"
val rustVersion = "1.40.0-nightly (b520af6fd 2019-11-03)"
val graalVersion = "20.2.0"
val javaVersion = "11"
val ensoVersion = "0.2.3-SNAPSHOT" // Note [Engine And Launcher Version]
val ensoVersion = "0.2.3" // Note [Engine And Launcher Version]

/* Note [Engine And Launcher Version]
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 7452398

Please sign in to comment.