[go: nahoru, domu]

Skip to content

Commit

Permalink
Prepare for the 0.2.9 release (enso-org#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Mar 26, 2021
1 parent 7a81ec3 commit 563e92c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Enso 0.2.9 (2021-03-26)

## Tooling

- Fixed an issue where a panic would be improperly cached, resulting in no
updates being sent to the IDE
([#1611](https://github.com/enso-org/enso/pull/1611)).
- Added a feature to provide searcher suggestions for types compatible with the
type of `this` ([#1613](https://github.com/enso-org/enso/pull/1613)).

## Libraries

- Added a prototype of a library for working with images
([#1450](https://github.com/enso-org/enso/pull/1450)).
- Added histogram and scatter-plot visualisation support for the `Table` library
([#1608](https://github.com/enso-org/enso/pull/1608)).
- Fixed a bug in the implementation of `join` in the database library where it
would join on the wrong table when doing a multiple-join
([#1614](https://github.com/enso-org/enso/pull/1614)).
- Fixed an outdated example for the `File.read` function.

## 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-03-26)
for issues opened before the release date.

# Enso 0.2.8 (2021-03-19)

## Interpreter/Runtime
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.5"
val rustVersion = "1.40.0-nightly (b520af6fd 2019-11-03)"
val graalVersion = "21.0.0.2"
val javaVersion = "11"
val ensoVersion = "0.2.9-SNAPSHOT" // Note [Engine And Launcher Version]
val ensoVersion = "0.2.9" // Note [Engine And Launcher Version]

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

0 comments on commit 563e92c

Please sign in to comment.