Skip to content

Commit 74a3161

Browse files
chore(mimalloc-safe): release v0.1.55 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a0074d commit 74a3161

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ 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.55] - 2025-10-16
10+
11+
### Features
12+
13+
- Add mimalloc v3 feature ([#40](https://github.com/napi-rs/mimalloc-safe/pull/40))
14+
15+
### Chore
16+
17+
- Upgrade NAPI-RS to 3.0 stable ([#26](https://github.com/napi-rs/mimalloc-safe/pull/26))
18+
- *(deps)* Update dependency @napi-rs/cli to v3.0.4 ([#28](https://github.com/napi-rs/mimalloc-safe/pull/28))
19+
- *(deps)* Update dependency @napi-rs/cli to v3.1.3 ([#29](https://github.com/napi-rs/mimalloc-safe/pull/29))
20+
- *(deps)* Update dependency @napi-rs/cli to v3.1.4 ([#31](https://github.com/napi-rs/mimalloc-safe/pull/31))
21+
- *(deps)* Update actions/checkout action to v5 ([#30](https://github.com/napi-rs/mimalloc-safe/pull/30))
22+
- *(deps)* Update actions/setup-node action to v5 ([#34](https://github.com/napi-rs/mimalloc-safe/pull/34))
23+
- *(deps)* Update yarn to v4.9.4 ([#33](https://github.com/napi-rs/mimalloc-safe/pull/33))
24+
- *(deps)* Update dependency @napi-rs/cli to v3.1.5 ([#32](https://github.com/napi-rs/mimalloc-safe/pull/32))
25+
- *(deps)* Update dependency @napi-rs/cli to v3.2.0 ([#35](https://github.com/napi-rs/mimalloc-safe/pull/35))
26+
- *(deps)* Update yarn to v4.10.3 ([#36](https://github.com/napi-rs/mimalloc-safe/pull/36))
27+
- *(deps)* Update dependency @napi-rs/cli to v3.3.0 ([#37](https://github.com/napi-rs/mimalloc-safe/pull/37))
28+
- *(deps)* Update actions/setup-node action to v6 ([#39](https://github.com/napi-rs/mimalloc-safe/pull/39))
29+
- *(deps)* Update dependency @napi-rs/cli to v3.3.1 ([#38](https://github.com/napi-rs/mimalloc-safe/pull/38))
930

1031
## [0.1.54](https://github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.53...mimalloc-safe-v0.1.54) - 2025-07-10
1132

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.54"
3+
version = "0.1.55"
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.50", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.51", 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
etw = ["libmimalloc-sys2/etw"]
38-
v3 = ["libmimalloc-sys2/v3"]
38+
v3 = ["libmimalloc-sys2/v3"]

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.51] - 2025-10-16
10+
11+
### Features
12+
13+
- Add mimalloc v3 feature ([#40](https://github.com/napi-rs/mimalloc-safe/pull/40))
914

1015
## [0.1.50](https://github.com/napi-rs/mimalloc-safe/compare/libmimalloc-sys2-v0.1.49...libmimalloc-sys2-v0.1.50) - 2025-07-10
1116

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.50"
3+
version = "0.1.51"
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)