Skip to content

Commit

Permalink
Prepare for the 0.2.10 release (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Apr 7, 2021
1 parent a94590d commit cd1ad23
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# Enso 0.2.10 (2021-04-07)

## Interpreter/Runtime

- Added support for the Python and R runtimes to the bundled runtime
([#1644](https://github.com/enso-org/enso/pull/1644)).

## Tooling

- Added a feature to ensure that suggestions are ranked by type specificity,
with the more specific suggestions being ranked first
([#1629](https://github.com/enso-org/enso/pull/1629)).
- Fixed a raft of small issues in the runtime server that caused bugs in the
engine's interaction with the IDE
([#1633](https://github.com/enso-org/enso/pull/1633)).
- Fixed an issue where the suggestions database would get out of sync when a
project was renamed ([#1647](https://github.com/enso-org/enso/pull/1647)).
- Fixed some bugs in the vector constructors that prevented them from working
correctly on certain inputs
([#1650](https://github.com/enso-org/enso/pull/1650)).
- Added support to the launcher and project manager for installing companion
runtimes alongside Enso ([#1651](https://github.com/enso-org/enso/pull/1651)).

## Libraries

- Added some additional useful methods to the `Standard.Table` library
([#1628](https://github.com/enso-org/enso/pull/1628)).
- Added a method to perform basic type inference on JSON, allowing converting
Geo-JSON to a `Table` ([#1632](https://github.com/enso-org/enso/pull/1632)).
- Performed a comprehensive overhaul of the standard library documentation
([#1641](https://github.com/enso-org/enso/pull/1641)). It now has a standard
format.

## Miscellaneous

- Fixed an issue where we were accidentally archiving two copies of some runtime
components ([#1631](https://github.com/enso-org/enso/pull/1631)). Downloads
should now be smaller.

# Enso 0.2.9 (2021-03-26)

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

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

0 comments on commit cd1ad23

Please sign in to comment.