mirror of
https://github.com/enso-org/enso.git
synced 2025-01-09 01:26:59 +03:00
Prepare for the 0.2.11 release (#1818)
This commit is contained in:
parent
5a3775e028
commit
3bcaad42ac
@ -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
|
||||
|
@ -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]
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user