Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### 0.0.23135 [August 28 2025]
* This release adds three new regular expression functions:
* `regexp_substr` to extract substrings
* `regexp_count` to count matches
* `regexp_instr` to find the position of a match

### 0.0.22502 [June 19 2025]
* IANA released version 2025b of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes:
* New zone America/Coyhaique
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.22502.r99d1cc31';
const version_long = '0.0.23135.r60daa2a5';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

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