]> git.kaiwu.me - quickjs.git/commitdiff
new release
authorFabrice Bellard <fabrice@bellard.org>
Thu, 4 Jun 2026 12:53:29 +0000 (14:53 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Thu, 4 Jun 2026 12:53:29 +0000 (14:53 +0200)
Changelog
VERSION
release.sh

index 8c7e6997006c37d03a2c7b3cec07095a3bb3e9db..f5c536b19ea4be58a12070c8917586a543561bf6 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+2026-06-04:
+
 - added custom malloc for small blocks (11% faster on bench-v8)
 - micro optimizations (30% faster on bench-v8)
 - added resizable array buffers
diff --git a/VERSION b/VERSION
index 433b8f85bdf2f9f37ef522d0ef879867a3928b7a..ba2d8bcded0796651a9a8e49b94bef882c0a3251 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2025-09-13
+2026-06-04
index 6f4bdf509474600d9ddad158f87c582494f0ecb3..0edbd4dd8e63267fdc1c18c2f06e91e0115f2662 100755 (executable)
@@ -32,7 +32,7 @@ rm -rf $outdir
 mkdir -p $outdir $outdir/unicode $outdir/tests
 
 cp unicode/* $outdir/unicode
-cp -a tests/bench-v8 $outdir/tests
+cp -a tests/bench-v8 tests/octane tests/cli $outdir/tests
 
 ( cd /tmp && tar Jcvf /tmp/${name}.tar.xz ${d} )