Skip to content

Commit 54ecafe

Browse files
chore(mimalloc-safe): release v0.1.53 (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c822906 commit 54ecafe

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.53](https://github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.52...mimalloc-safe-v0.1.53) - 2025-06-16
11+
12+
### <!-- 1 -->Bug Fixes
13+
14+
- add MI_NO_OPT_ARCH OFF when no_opt_arch is on ([#22](https://github.com/napi-rs/mimalloc-safe/pull/22))

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc-safe"
3-
version = "0.1.52"
3+
version = "0.1.53"
44
authors = [
55
"Octavian Oncescu <[email protected]>",
66
"Vincent Rouillé <[email protected]>",
@@ -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.48", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.49", default-features = false }
2626

2727
[features]
2828
asm = ["libmimalloc-sys2/asm"]
@@ -35,4 +35,4 @@ no_opt_arch = ["libmimalloc-sys2/no_opt_arch"]
3535
extended = ["libmimalloc-sys2/extended"]
3636
skip_collect_on_exit = ["libmimalloc-sys2/skip_collect_on_exit"]
3737

38-
etw = ["libmimalloc-sys2/etw"]
38+
etw = ["libmimalloc-sys2/etw"]

libmimalloc-sys/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.49](https://github.com/napi-rs/mimalloc-safe/compare/libmimalloc-sys2-v0.1.48...libmimalloc-sys2-v0.1.49) - 2025-06-16
11+
12+
### <!-- 1 -->Bug Fixes
13+
14+
- add MI_NO_OPT_ARCH OFF when no_opt_arch is on ([#22](https://github.com/napi-rs/mimalloc-safe/pull/22))

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.48"
3+
version = "0.1.49"
44
authors = ["Octavian Oncescu <[email protected]>", "Long Yinan <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/napi-rs/mimalloc-safe/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)