Skip to content

Commit

Permalink
Prepare for the 0.2.26 release (enso-org#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion authored Aug 19, 2021
1 parent 4536ed9 commit 5820547
Show file tree
Hide file tree
Showing 231 changed files with 19 additions and 12 deletions.
9 changes: 8 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Enso Next

# Enso 0.2.26 (2021-08-19)

## Libraries

- Implement `File.list` which allows to list files inside of a directory and
filter them using glob patterns
([#1961](https://github.com/enso-org/enso/pull/1961)).

- Implement a host of missing helpers in the Table library
([#1963](https://github.com/enso-org/enso/pull/1963)).

## 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-19)
for issues opened before the release date.

# Enso 0.2.25 (2021-08-18)

## Libraries
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.26-SNAPSHOT" // Note [Engine And Launcher Version]
val currentEdition = "2021.14-SNAPSHOT" // Note [Default Editions]
val ensoVersion = "0.2.26" // Note [Engine And Launcher Version]
val currentEdition = "2021.14" // Note [Default Editions]
val stdLibVersion = ensoVersion

/* Note [Engine And Launcher Version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Base
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Database
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Examples
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Geo
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Image
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Base
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Table
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Visualization
namespace: Standard
version: 0.2.26-SNAPSHOT
version: 0.2.26
license: APLv2
authors:
- name: Enso Team
Expand Down

0 comments on commit 5820547

Please sign in to comment.