From 653fe958bb2a792080ab5119237f6dd707efafea Mon Sep 17 00:00:00 2001 From: Christian Weilbach Date: Mon, 31 Aug 2026 13:52:24 -0700 Subject: [PATCH] Release SCI 0.15.59 --- CHANGELOG.md | 2 ++ resources/SCI_VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da1934c..93aeb801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ SCI is used in [babashka](https://github.com/babashka/babashka), ## Unreleased +## 0.15.59 + - Caches resolved JVM instance methods per call site for performance - Fix [babashka#2030](https://github.com/babashka/babashka/issues/2030): `aset` on a primitive array was reflective and 170x slower than `aset-double` - Bump edamame to `1.6.43` diff --git a/resources/SCI_VERSION b/resources/SCI_VERSION index d788da18..578f21f1 100644 --- a/resources/SCI_VERSION +++ b/resources/SCI_VERSION @@ -1 +1 @@ -0.15.58 +0.15.59