Prepare for the 0.2.28 release (#1988)

This commit is contained in:
Ara Adkins 2021-09-02 15:01:18 +01:00 committed by GitHub
parent c12cab9bd9
commit 3b84547264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
259 changed files with 19 additions and 14 deletions

View File

@ -1,11 +1,15 @@
# Enso Next
# Enso 0.2.28 (2021-09-02)
## Libraries
- Added `Column.set_index` to allow you to explicitly change the index for a
column ([#1982](https://github.com/enso-org/enso/pull/1982)). Also expanded
`Table.set_index` to accept columns, rather than just names of columns in the
table.
- Added support for Amazon Redshift in the database library
([#1985](https://github.com/enso-org/enso/pull/1985)).
## Tooling
@ -14,10 +18,11 @@
does not seem to freeze the compiler
([#1972](https://github.com/enso-org/enso/pull/1972)).
## Libraries
## Known Issues
- Added support for Amazon Redshift in the database library
([#1985](https://github.com/enso-org/enso/pull/1985)).
- 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-09-02)
for issues opened before the release date.
# Enso 0.2.27 (2021-08-23)

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.28-SNAPSHOT" // Note [Engine And Launcher Version]
val currentEdition = "2021.16-SNAPSHOT" // Note [Default Editions]
val ensoVersion = "0.2.28" // Note [Engine And Launcher Version]
val currentEdition = "2021.16" // Note [Default Editions]
val stdLibVersion = ensoVersion
/* Note [Engine And Launcher Version]

View File

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

View File

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

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