From 1001d371703d20a04a6e0743bbd18f741d807142 Mon Sep 17 00:00:00 2001 From: Wolf Roediger Date: Mon, 5 Feb 2024 14:01:37 +0000 Subject: [PATCH] Prepare the February 2024 release * Update release notes * Update release version --- website/docs/releases.md | 2 +- website/src/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 92fda54..73dae1b 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -26,7 +26,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### Upcoming release +### 0.0.18618 [February 7, 2024] * Overhauled the [SQL type propagation rules for the `NUMERIC` data type](/docs/sql/datatype/numeric). This can lead to differences in the precision and number of decimal digits of `NUMERIC` calculations in existing queries and their results. The changes are: * Multiplication and division of `NUMERIC` with integer and numeric types now follows different rules to determine the result's precision and scale. diff --git a/website/src/config.ts b/website/src/config.ts index f8ee1d7..e436fd7 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.18441.r118d57bb'; +const version_long = '0.0.18618.r6580261c'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';