From 5cdd1b04499850941552bd7c699d5b744c8e0015 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 15:10:22 +0000 Subject: [PATCH] chore(mimalloc-safe): release v0.1.56 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bacf45..720a64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.56] - 2025-11-09 + +### Chore + +- *(deps)* Update dependency node to v24 ([#42](https://github.com/napi-rs/mimalloc-safe/pull/42)) ## [0.1.55] - 2025-10-16 ### Features diff --git a/Cargo.toml b/Cargo.toml index 387e15c..0add723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc-safe" -version = "0.1.55" +version = "0.1.56" authors = [ "Octavian Oncescu ", "Vincent Rouillé ",