Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prepare for the 0.2.8 Release #1596

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Enso 0.2.8 (2021-03-19)

## Interpreter/Runtime

- Fixed miscellaneous crashes in the interpreter
([#1588](https://github.com/enso-org/enso/pull/1588)).

## Tooling

- Fixed an issue where the documentation for builtins wasn't getting indexed
([#1575](https://github.com/enso-org/enso/pull/1575)). The docs should now
show up in the searcher!

## Libraries

- Added support for visualising database tables to the `Database` library
([#1582](https://github.com/enso-org/enso/pull/1582)).
- Reworked the `Process` library to work better in the IDE
([#1591](https://github.com/enso-org/enso/pull/1591)).
- Added a proper visualisation for `Array` and improved the one for `Vector`
([#1588](https://github.com/enso-org/enso/pull/1588)).

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

# Enso 0.2.7 (2021-03-16)

## Interpreter/Runtime
Expand Down Expand Up @@ -50,6 +78,12 @@
- Reorganized the standard library in order to support plans for its future
evolution ([#1571](https://github.com/enso-org/enso/pull/1571)).

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

# Enso 0.2.6 (2021-03-02)

## 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.8-SNAPSHOT" // Note [Engine And Launcher Version]
val ensoVersion = "0.2.8" // Note [Engine And Launcher Version]

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