Skip to content

Commit

Permalink
Prepare the February 2024 release
Browse files Browse the repository at this point in the history
* Update release notes
* Update release version
  • Loading branch information
wolfroediger committed Feb 7, 2024
1 parent 0f505c2 commit 1001d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/src/config.ts
Original file line number Diff line number Diff line change
@@ -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/';
Expand Down

0 comments on commit 1001d37

Please sign in to comment.