Skip to content

Commit ae4b943

Browse files
committed
0.53.1
1 parent 179bb95 commit ae4b943

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### [Unreleased]
1+
### 0.53.1 _2026-02-25_
22

33
- **`timeLimit` now reliably interrupts long-running evaluations**: `Factorial`,
44
`Sum`, `Product`, `Loop`, and `Reduce` all respect the `timeLimit` property

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.53.0",
2+
"version": "0.53.1",
33
"scripts": {
44
"doc": "bash ./scripts/doc.sh",
55
"build": "bash ./scripts/build.sh",

0 commit comments

Comments
 (0)