Skip to content

Commit 565b7ef

Browse files
committed
Update release.md and config.ts
Updated for August 28th release Update config version to: 0.0.23135.r60daa2a5 for August 28th, 2025 release
1 parent 6042bd6 commit 565b7ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/docs/releases.md

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

2525
:::
2626

27-
### Upcoming Release
27+
### 0.0.23135 [August 28 2025]
28+
* This release adds three new regular expression functions:
29+
* `regexp_substr` to extract substrings
30+
* `regexp_count` to count matches
31+
* `regexp_instr` to find the position of a match
2832

2933
### 0.0.22502 [June 19 2025]
3034
* IANA released version 2025b of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes:

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.22502.r99d1cc31';
1+
const version_long = '0.0.23135.r60daa2a5';
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)