Skip to content

Commit

Permalink
Prepare for the 0.2.6 release (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Mar 2, 2021
1 parent 820f148 commit aec6129
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ labels:
- name: "Type: RFC"
color: "#ede2fe"
description: An RFC proposing a change to Enso
- name: "Type: Release"
color: "#ede2fe"
description: Preparation for an Enso release

- name: "RFC: Active"
color: "#e4decb"
Expand Down
23 changes: 23 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Enso 0.2.6 (2021-03-02)

## Interpreter/Runtime

- Fixed another issue where the parser would crash on partial issues, causing
issues for both the Engine and IDE
([#1523](https://github.com/enso-org/enso/pull/1523)).
- Made panic messages short, fixing an issue where retention would cause
ballooned memory usage while the full message contents were waiting to be
logged ([#1528](https://github.com/enso-org/enso/pull/1528)).

## Tooling

- Fixed an issue where dynamic dependencies were analysed incorrectly, leading
to missing updates for the IDE
([#1532](https://github.com/enso-org/enso/pull/1532)).

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

# Enso 0.2.5 (2021-02-26)

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

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

0 comments on commit aec6129

Please sign in to comment.