Skip to content

Commit ec2fc80

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

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

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.61] - 2026-05-16
10+
11+
### Chore
12+
13+
- Updated the following local packages: libmimalloc-sys2
914
## [0.1.60] - 2026-05-14
1015

1116
### 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.60"
3+
version = "0.1.61"
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.56", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.57", default-features = false }
2626

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

libmimalloc-sys/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.57] - 2026-05-16
10+
11+
### Bug Fixes
12+
13+
- *(sys)* Disable mimalloc v3 FIXED_SLOT TLS on Apple targets ([#67](https://github.com/napi-rs/mimalloc-safe/pull/67))
14+
- *(sys)* Route Windows MSVC build to v3 source when v3 feature is on ([#68](https://github.com/napi-rs/mimalloc-safe/pull/68))
915
## [0.1.56] - 2026-05-14
1016

1117
### 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.56"
3+
version = "0.1.57"
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)