Skip to content

Commit de0794e

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

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.54](https://github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.53...mimalloc-safe-v0.1.54) - 2025-07-10
11+
12+
### <!-- 0 -->Features
13+
14+
- *(sys)* upgrade mimalloc to v2.2.4 ([#24](https://github.com/napi-rs/mimalloc-safe/pull/24))
15+
1016
## [0.1.53](https://github.com/napi-rs/mimalloc-safe/compare/mimalloc-safe-v0.1.52...mimalloc-safe-v0.1.53) - 2025-06-16
1117

1218
### <!-- 1 -->Bug Fixes

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.53"
3+
version = "0.1.54"
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.49", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.50", 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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.50](https://github.com/napi-rs/mimalloc-safe/compare/libmimalloc-sys2-v0.1.49...libmimalloc-sys2-v0.1.50) - 2025-07-10
11+
12+
### <!-- 0 -->Features
13+
14+
- *(sys)* upgrade mimalloc to v2.2.4 ([#24](https://github.com/napi-rs/mimalloc-safe/pull/24))
15+
1016
## [0.1.49](https://github.com/napi-rs/mimalloc-safe/compare/libmimalloc-sys2-v0.1.48...libmimalloc-sys2-v0.1.49) - 2025-06-16
1117

1218
### <!-- 1 -->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.49"
3+
version = "0.1.50"
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)