Prepare for the 0.2.31 release (#2004)

This commit is contained in:
Dmitry Bushev 2021-10-01 15:39:39 +03:00 committed by GitHub
parent 337f6c8ad4
commit ae54ae0566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
289 changed files with 20 additions and 12 deletions

View File

@ -1,5 +1,7 @@
# Enso Next
## Enso 0.2.31 (2021-10-01)
## Interpreter/Runtime
- Added experimental support for automatic parallelization of computations
@ -15,6 +17,12 @@
- Added support for computing least-squares linear regression on tables
([#2003](https://github.com/enso-org/enso/pull/2003)).
## 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-10-01)
for issues opened before the release date.
## Enso 0.2.30 (2021-09-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.31-SNAPSHOT" // Note [Engine And Launcher Version]
val currentEdition = "2021.19-SNAPSHOT" // Note [Default Editions]
val ensoVersion = "0.2.31" // Note [Engine And Launcher Version]
val currentEdition = "2021.19" // Note [Default Editions]
val stdLibVersion = ensoVersion
/* Note [Engine And Launcher Version]

View File

@ -1,6 +1,6 @@
name: Base
namespace: Standard
version: 0.2.31-SNAPSHOT
version: 0.2.31
license: APLv2
authors:
- name: Enso Team

View File

@ -1,6 +1,6 @@
name: Database
namespace: Standard
version: 0.2.31-SNAPSHOT
version: 0.2.31
license: APLv2
authors:
- name: Enso Team

Some files were not shown because too many files have changed in this diff Show More