mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 00:11:45 +03:00
Prepare for the 0.2.28 release (#1988)
This commit is contained in:
parent
c12cab9bd9
commit
3b84547264
11
RELEASES.md
11
RELEASES.md
@ -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)
|
||||
|
||||
|
@ -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]
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Base
|
||||
namespace: Standard
|
||||
version: 0.2.28-SNAPSHOT
|
||||
version: 0.2.28
|
||||
license: APLv2
|
||||
authors:
|
||||
- name: Enso Team
|
@ -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
Loading…
Reference in New Issue
Block a user