From 3074001b3397dcb2a744e25074692b8d6c00e9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Ara=C3=BAjo?= Date: Wed, 20 May 2026 18:54:17 +0200 Subject: [PATCH 1/2] silence 1.12 warnings --- src/MATLAB.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MATLAB.jl b/src/MATLAB.jl index f3323f4..f5b6b65 100644 --- a/src/MATLAB.jl +++ b/src/MATLAB.jl @@ -3,7 +3,7 @@ module MATLAB using Libdl using SparseArrays -import Base: eltype, close, size, copy, ndims, unsafe_convert +import Base: eltype, close, size, copy, ndims, unsafe_convert, String, Dict # mxarray export MxArray, From c88644787e9819935775f4b76efe1f7c9726c720 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:06:39 +0000 Subject: [PATCH 2/2] Set version to 0.10.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7e9f213..800407b 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "MATLAB" uuid = "10e44e05-a98a-55b3-a45b-ba969058deb6" license = "MIT" repo = "https://github.com/JuliaInterop/MATLAB.jl.git" -version = "0.9.0" +version = "0.10.0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"