From 9a8da7961b461b279d0d9c3ac3b040f5be10d57d Mon Sep 17 00:00:00 2001 From: Ara Adkins Date: Tue, 23 Feb 2021 09:04:01 +0000 Subject: [PATCH] Prepare for the 0.2.4 release (#1499) --- RELEASES.md | 33 +++++++++++++++++++++++++++++++++ build.sbt | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index b520e3f4a983..8aec17419ee8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,36 @@ +# Enso 0.2.4 (2021-02-23) + +## Interpreter/Runtime + +- Fixed another issue where dependency analysis was operating at too fine a + granularity ([#1495](https://github.com/enso-org/enso/pull/1495)). +- Moved all user-facing errors to in-Enso errors, allowing them to be presented + properly in the IDE, and interacted with by users + ([#1487](https://github.com/enso-org/enso/pull/1487)). + +## Tooling + +- Fixed an issue where the runtime server would not send correct expression + payloads for dataflow errors + ([#1484](https://github.com/enso-org/enso/pull/1484)). + +## Libraries + +- Added "pretty" representations to all Error types, allowing for better display + in the IDE ([#1498](https://github.com/enso-org/enso/pull/1498)). +- Updated the Table library with a raft of additional features + ([#1489](https://github.com/enso-org/enso/pull/1489)). This includes table + concatenation, direct indexing and column aggregation, as well as a general + clean-up of the API pre-stabilisation. +- Added a flexible sorting mechanism to the Table library + ([#1471](https://github.com/enso-org/enso/pull/1471)). + +## 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-23) + for issues opened before the release date. + # Enso 0.2.3 (2021-02-15) ## Tooling diff --git a/build.sbt b/build.sbt index 752feb6c4527..066ce5cd1e46 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.4-SNAPSHOT" // Note [Engine And Launcher Version] +val ensoVersion = "0.2.4" // Note [Engine And Launcher Version] /* Note [Engine And Launcher Version] * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~