Skip to content

Commit 3ab46a0

Browse files
committed
Bump version to 0.18.5
1 parent 09e4993 commit 3ab46a0

File tree

6 files changed

+102
-93
lines changed

6 files changed

+102
-93
lines changed

bench/results.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ timestamp,version,machine,fixture,lines,median_ms
7171
2026-03-22T21:57:41Z,0.18.4,Apple_M1_Pro_8c,medium,164,50.0
7272
2026-03-22T21:57:41Z,0.18.4,Apple_M1_Pro_8c,large,439,101.8
7373
2026-03-22T21:57:41Z,0.18.4,Apple_M1_Pro_8c,stress,561,113.4
74+
2026-03-22T22:16:45Z,0.18.5,Apple_M1_Pro_8c,small,21,22.7
75+
2026-03-22T22:16:45Z,0.18.5,Apple_M1_Pro_8c,medium,164,48.9
76+
2026-03-22T22:16:45Z,0.18.5,Apple_M1_Pro_8c,large,439,104.1
77+
2026-03-22T22:16:45Z,0.18.5,Apple_M1_Pro_8c,stress,561,114.9

bench/results.svg

Lines changed: 94 additions & 89 deletions
Loading

hdi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
set -euo pipefail
3030

3131
# ── Version ─────────────────────────────────────────────────────────────────
32-
VERSION="0.18.4"
32+
VERSION="0.18.5"
3333

3434

3535
# ── Defaults ─────────────────────────────────────────────────────────────────

site/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,4 +1438,4 @@ Interactive controls:
14381438
Aliases: "install" = "setup" = "i", "run" = "start" = "r", "test" = "t",
14391439
"deploy" = "d", "check" = "c"`;
14401440

1441-
const VERSION = "0.18.4";
1441+
const VERSION = "0.18.5";

0 commit comments

Comments
 (0)