From ed89fac4c5e8866689fb6371403a808ec76d6dbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:10:52 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 4 ++-- libmimalloc-sys/CHANGELOG.md | 5 +++++ libmimalloc-sys/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003b422..5b5b8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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.62] - 2026-05-26 + +### Bug Fixes + +- *(sys)* Vendor Apple THREAD_LOCAL patch in napi-rs/mimalloc fork ([#71](https://github.com/napi-rs/mimalloc-safe/pull/71)) + +### Chore + +- *(deps)* Update yarn to v4.15.0 ([#70](https://github.com/napi-rs/mimalloc-safe/pull/70)) ## [0.1.61] - 2026-05-16 ### Chore diff --git a/Cargo.toml b/Cargo.toml index efc7a54..8a34369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mimalloc-safe" -version = "0.1.61" +version = "0.1.62" authors = [ "Octavian Oncescu ", "Vincent Rouillé ", @@ -22,7 +22,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test", "example"] travis-ci = { repository = "purpleprotocol/mimalloc_rust" } [dependencies] -libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.57", default-features = false } +libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.58", default-features = false } [features] asm = ["libmimalloc-sys2/asm"] diff --git a/libmimalloc-sys/CHANGELOG.md b/libmimalloc-sys/CHANGELOG.md index 34805a1..b757e06 100644 --- a/libmimalloc-sys/CHANGELOG.md +++ b/libmimalloc-sys/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.58] - 2026-05-26 + +### Bug Fixes + +- *(sys)* Vendor Apple THREAD_LOCAL patch in napi-rs/mimalloc fork ([#71](https://github.com/napi-rs/mimalloc-safe/pull/71)) ## [0.1.57] - 2026-05-16 ### Bug Fixes diff --git a/libmimalloc-sys/Cargo.toml b/libmimalloc-sys/Cargo.toml index 96412a7..dbc71ba 100644 --- a/libmimalloc-sys/Cargo.toml +++ b/libmimalloc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmimalloc-sys2" -version = "0.1.57" +version = "0.1.58" authors = ["Octavian Oncescu ", "Long Yinan "] edition = "2018" repository = "https://github.com/napi-rs/mimalloc-safe/tree/master/libmimalloc-sys"