Skip to content

Commit bddb26d

Browse files
committed
Update release.md and config.ts
* Updated for Dec 11th, 2025 release * Update config version to: 0.0.24081.rd9c4b45a
1 parent edd0690 commit bddb26d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

website/docs/releases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2424

2525
:::
2626

27-
### Upcoming Release
28-
27+
### 0.0.24081 [December 11 2025]
2928
* Added support for two new SQL functions:
3029
* `split` splits a string into an array based on a delimiter. If the delimiter is null, it returns null. If the delimiter is empty, it splits the string into individual characters.
3130
* `regexp_split_to_array` splits a string into an array by using a POSIX regular expression as the delimiter and returns the text from the end of the last match (or the beginning of the string) to the beginning of the match. When there are no more matches, it returns the text from the end of the last match to the end of the string.

website/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version_long = '0.0.23576.r0633e4a4';
1+
const version_long = '0.0.24081.rd9c4b45a';
22
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));
33

44
const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';

0 commit comments

Comments
 (0)