From b79c35205f62f57400f9e79355ee89f1ed79053a Mon Sep 17 00:00:00 2001 From: Ara Adkins Date: Fri, 26 Feb 2021 10:42:26 +0000 Subject: [PATCH] Prepare for the 0.2.5 release (#1524) --- RELEASES.md | 33 +++++++++++++++++++++++++++++++++ build.sbt | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 8aec17419e..a9b5b133a7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,36 @@ +# Enso 0.2.5 (2021-02-26) + +## Interpreter/Runtime + +- Fixed an issue where the parser would crash on partial inputs, causing issues + for both the engine and IDE + ([#1509](https://github.com/enso-org/enso/pull/1509)). +- Fixed a problem where `Type_Error`s would not be displayed properly when + pretty printed ([#1504](https://github.com/enso-org/enso/pull/1504)). +- Fixed an issue with `_` desugaring where it would not desugar correctly when + used in function position + ([#1512](https://github.com/enso-org/enso/pull/1512)). + +## Tooling + +- Fixed an issue where suggestions were sometimes not being provided for modules + other than `Base` ([#1507](https://github.com/enso-org/enso/pull/1507)). +- Fixed a few issues where expression and value updates were not sent when they + should be ([#1516](https://github.com/enso-org/enso/pull/1516), + [#1522](https://github.com/enso-org/enso/pull/1522), and + [#1508](https://github.com/enso-org/enso/pull/1508)). + +## Libraries + +- Fixed a bug where sorting boolean columns in a `Table` would produce incorrect + output ([#1505](https://github.com/enso-org/enso/pull/1505)). + +## 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-26) + for issues opened before the release date. + # Enso 0.2.4 (2021-02-23) ## Interpreter/Runtime diff --git a/build.sbt b/build.sbt index bdfe11b7e2..195e49bfbf 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val scalacVersion = "2.13.3" val rustVersion = "1.40.0-nightly (b520af6fd 2019-11-03)" val graalVersion = "21.0.0.2" val javaVersion = "11" -val ensoVersion = "0.2.5-SNAPSHOT" // Note [Engine And Launcher Version] +val ensoVersion = "0.2.5" // Note [Engine And Launcher Version] /* Note [Engine And Launcher Version] * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~