Skip to content

Commit 809fcda

Browse files
chore(mimalloc-safe): release v0.1.56 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 255e13a commit 809fcda

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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.56] - 2026-01-11
10+
11+
### Features
12+
13+
- Upgrade mimalloc ([#48](https://github.com/napi-rs/mimalloc-safe/pull/48))
14+
15+
### Chore
16+
17+
- *(deps)* Update dependency node to v24 ([#42](https://github.com/napi-rs/mimalloc-safe/pull/42))
18+
- *(deps)* Update dependency @napi-rs/cli to v3.5.0 ([#46](https://github.com/napi-rs/mimalloc-safe/pull/46))
19+
- *(deps)* Update actions/checkout action to v6 ([#45](https://github.com/napi-rs/mimalloc-safe/pull/45))
20+
- *(deps)* Update yarn to v4.12.0 ([#43](https://github.com/napi-rs/mimalloc-safe/pull/43))
21+
- *(deps)* Update dependency @napi-rs/cli to v3.5.1 ([#47](https://github.com/napi-rs/mimalloc-safe/pull/47))
922
## [0.1.55] - 2025-10-16
1023

1124
### Features

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.55"
3+
version = "0.1.56"
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.51", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.52", 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.52] - 2026-01-11
10+
11+
### Features
12+
13+
- Upgrade mimalloc ([#48](https://github.com/napi-rs/mimalloc-safe/pull/48))
914
## [0.1.51] - 2025-10-16
1015

1116
### Features

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.51"
3+
version = "0.1.52"
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)