From db3abde2d0d7d228a16a36220c29250bf8544c47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:39:17 +0000 Subject: [PATCH] chore(mimalloc-safe): release v0.1.56 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bacf45..0cab1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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-12-02 + +### Chore + +- *(deps)* Update dependency node to v24 ([#42](https://github.com/napi-rs/mimalloc-safe/pull/42)) +- *(deps)* Update dependency @napi-rs/cli to v3.5.0 ([#46](https://github.com/napi-rs/mimalloc-safe/pull/46)) ## [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é ",