Prepare for the 0.2.17 release (#1905)

This commit is contained in:
Ara Adkins 2021-07-28 10:36:24 +01:00 committed by GitHub
parent 8336a97931
commit d5d61af9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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]