Prepare for the 0.2.18 release (#1918)

This commit is contained in:
Ara Adkins 2021-08-02 17:07:18 +01:00 committed by GitHub
parent 10b0e11218
commit 39f794778f
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.18 (2021-08-02)
## Libraries
- Added support for writing tables to XLSX spreadsheets
@ -11,6 +13,12 @@
- Added ordering comparisons for `Time`, `Time_Of_Day`, `Date` and `Duration`
([#1916](https://github.com/enso-org/enso/pull/1916)).
## 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-08-02)
for issues opened before the release date.
# Enso 0.2.17 (2021-07-28)
## 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.18-SNAPSHOT" // Note [Engine And Launcher Version]
val currentEdition = "2021.6-SNAPSHOT" // Note [Default Editions]
val ensoVersion = "0.2.18" // Note [Engine And Launcher Version]
val currentEdition = "2021.6" // Note [Default Editions]
val stdLibVersion = "0.1.0" // Note [Standard Library Version]
/* Note [Engine And Launcher Version]