Skip to content

Commit

Permalink
Prepare for the 0.2.13 release (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Jul 9, 2021
1 parent 57a5e75 commit a1bddf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Enso Next

# Enso 0.2.13 (2021-07-09)

## Interpreter/Runtime

- Implemented changes to the import and export syntax, requiring to provide the
Expand Down Expand Up @@ -31,6 +33,12 @@
side, also enabling us to connect many AST elements with docs. See
([#1744](https://github.com/enso-org/enso/pull/1744).

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

# Enso 0.2.12 (2021-06-24)

## Interpreter/Runtime
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val scalacVersion = "2.13.6"
val rustVersion = "1.54.0-nightly"
val graalVersion = "21.1.0"
val javaVersion = "11"
val ensoVersion = "0.2.13-SNAPSHOT" // Note [Engine And Launcher Version]
val ensoVersion = "0.2.13" // Note [Engine And Launcher Version]
val currentEdition = "2021.1" // Note [Default Editions]
val stdLibVersion = "0.1.0" // Note [Standard Library Version]

Expand Down

0 comments on commit a1bddf6

Please sign in to comment.