mirror of
https://github.com/enso-org/enso.git
synced 2025-01-09 01:56:52 +03:00
Prepare for the 0.2.17 release (#1905)
This commit is contained in:
parent
8336a97931
commit
d5d61af9a1
@ -1,5 +1,7 @@
|
||||
# Enso Next
|
||||
|
||||
# Enso 0.2.17 (2021-07-28)
|
||||
|
||||
## Interpreter/Runtime
|
||||
|
||||
- Added support for documenting modules directly
|
||||
@ -10,6 +12,12 @@
|
||||
- Added support for creating projects from a template
|
||||
([#1902](https://github.com/enso-org/enso/pull/1902)).
|
||||
|
||||
## 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-28)
|
||||
for issues opened before the release date.
|
||||
|
||||
# Enso 0.2.16 (2021-07-23)
|
||||
|
||||
## Interpreter/Runtime
|
||||
|
@ -18,8 +18,8 @@ val scalacVersion = "2.13.6"
|
||||
val rustVersion = "1.54.0-nightly"
|
||||
val graalVersion = "21.1.0"
|
||||
val javaVersion = "11"
|
||||
val ensoVersion = "0.2.17-SNAPSHOT" // Note [Engine And Launcher Version]
|
||||
val currentEdition = "2021.5-SNAPSHOT" // Note [Default Editions]
|
||||
val ensoVersion = "0.2.17" // Note [Engine And Launcher Version]
|
||||
val currentEdition = "2021.5" // Note [Default Editions]
|
||||
val stdLibVersion = "0.1.0" // Note [Standard Library Version]
|
||||
|
||||
/* Note [Engine And Launcher Version]
|
||||
|
Loading…
Reference in New Issue
Block a user