From f79002a9c39ebb42f0cbddf2e584d0e4abf1b896 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 03:11:27 +0000 Subject: [PATCH] chore(mimalloc-safe): release v0.1.55 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959bba1..1749d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ 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.55] - 2025-10-04 + +### Chore + +- Upgrade NAPI-RS to 3.0 stable ([#26](https://github.com/napi-rs/mimalloc-safe/pull/26)) +- *(deps)* Update dependency @napi-rs/cli to v3.0.4 ([#28](https://github.com/napi-rs/mimalloc-safe/pull/28)) +- *(deps)* Update dependency @napi-rs/cli to v3.1.3 ([#29](https://github.com/napi-rs/mimalloc-safe/pull/29)) +- *(deps)* Update dependency @napi-rs/cli to v3.1.4 ([#31](https://github.com/napi-rs/mimalloc-safe/pull/31)) +- *(deps)* Update actions/checkout action to v5 ([#30](https://github.com/napi-rs/mimalloc-safe/pull/30)) +- *(deps)* Update actions/setup-node action to v5 ([#34](https://github.com/napi-rs/mimalloc-safe/pull/34)) +- *(deps)* Update yarn to v4.9.4 ([#33](https://github.com/napi-rs/mimalloc-safe/pull/33)) +- *(deps)* Update dependency @napi-rs/cli to v3.1.5 ([#32](https://github.com/napi-rs/mimalloc-safe/pull/32)) +- *(deps)* Update dependency @napi-rs/cli to v3.2.0 ([#35](https://github.com/napi-rs/mimalloc-safe/pull/35)) +- *(deps)* Update yarn to v4.10.3 ([#36](https://github.com/napi-rs/mimalloc-safe/pull/36)) +- *(deps)* Update dependency @napi-rs/cli to v3.3.0 ([#37](https://github.com/napi-rs/mimalloc-safe/pull/37)) ## [0.1.54](https://github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.53...mimalloc-safe-v0.1.54) - 2025-07-10 diff --git a/Cargo.toml b/Cargo.toml index 6eaf77c..faec114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc-safe" -version = "0.1.54" +version = "0.1.55" authors = [ "Octavian Oncescu ", "Vincent Rouillé ",