Skip to content

Commit 1e402fe

Browse files
chore: release (#69)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc31c31 commit 1e402fe

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.62] - 2026-05-26
10+
11+
### Bug Fixes
12+
13+
- *(sys)* Vendor Apple THREAD_LOCAL patch in napi-rs/mimalloc fork ([#71](https://github.com/napi-rs/mimalloc-safe/pull/71))
14+
15+
### Chore
16+
17+
- *(deps)* Update yarn to v4.15.0 ([#70](https://github.com/napi-rs/mimalloc-safe/pull/70))
918
## [0.1.61] - 2026-05-16
1019

1120
### Chore

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc-safe"
3-
version = "0.1.61"
3+
version = "0.1.62"
44
authors = [
55
"Octavian Oncescu <octavonce@gmail.com>",
66
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -22,7 +22,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test", "example"]
2222
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2323

2424
[dependencies]
25-
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.57", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.58", default-features = false }
2626

2727
[features]
2828
asm = ["libmimalloc-sys2/asm"]

libmimalloc-sys/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.1.58] - 2026-05-26
10+
11+
### Bug Fixes
12+
13+
- *(sys)* Vendor Apple THREAD_LOCAL patch in napi-rs/mimalloc fork ([#71](https://github.com/napi-rs/mimalloc-safe/pull/71))
914
## [0.1.57] - 2026-05-16
1015

1116
### Bug Fixes

libmimalloc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmimalloc-sys2"
3-
version = "0.1.57"
3+
version = "0.1.58"
44
authors = ["Octavian Oncescu <octavonce@gmail.com>", "Long Yinan <lynweklm@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/napi-rs/mimalloc-safe/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)