From b023d1b9d7bca18634523a6d826634da31128ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kohn?= Date: Tue, 13 Aug 2024 11:02:03 +0200 Subject: [PATCH] Prepare the August 2024 release --- website/docs/releases.md | 8 ++++---- website/src/config.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 41b6324..fb4065f 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,14 +24,14 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### Upcoming Release +### 0.0.20027 [Aug 19 2024] -* Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper. -* Update Unicode support from Unicode 14.0 to 15.1 +* Introduced new [`array` SQL datatypes](./sql/datatype/array.md). * The options available for [EXPLAIN](sql/command/explain) changed: * `EXPLAIN VERBOSE` was removed in favor of `EXPLAIN (FORMAT JSON)` * There are two new output formats `EXPLAIN (FORMAT TERSE_JSON)` and `EXPLAIN (FORMAT SCHEMA)` -* Introduced new [`array` SQL datatypes](./sql/datatype/array.md). +* Update Unicode support from Unicode 14.0 to 15.1 +* Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper. ### 0.0.19691 [July 4, 2024] diff --git a/website/src/config.ts b/website/src/config.ts index 279a6c7..bef927d 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.19691.r2d7e5bc8'; +const version_long = '0.0.20027.rcc745c2c'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';