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é ",