Prepare for the 0.2.11 release (#1818)

This commit is contained in:
Ara Adkins 2021-06-24 08:35:43 +01:00 committed by GitHub
parent 5a3775e028
commit 3bcaad42ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Enso Next
# Enso 0.2.12 (2021-06-24)
## Interpreter/Runtime
@ -88,6 +88,12 @@
Only the 3 latest nightly builds are kept, so the nightly versions become
obsolete very quickly.
## 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-06-24)
for issues opened before the release date.
# Enso 0.2.11 (2021-04-28)
## Tooling

View File

@ -14,7 +14,7 @@ val scalacVersion = "2.13.6"
val rustVersion = "1.54.0-nightly"
val graalVersion = "21.1.0"
val javaVersion = "11"
val ensoVersion = "0.2.12-SNAPSHOT" // Note [Engine And Launcher Version]
val ensoVersion = "0.2.12" // Note [Engine And Launcher Version]
/* Note [Engine And Launcher Version]
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~