Skip to content

Commit 7108310

Browse files
chore: release (#83)
## πŸ€– New release * `libmimalloc-sys2`: 0.1.59 -> 0.1.60 (βœ“ API compatible changes) * `mimalloc-safe`: 0.1.63 -> 0.1.64 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `libmimalloc-sys2` <blockquote> ## [0.1.60] - 2026-06-24 ### Chore - *(deps)* Switch mimalloc3 to upstream microsoft/mimalloc ([#82](#82)) </blockquote> ## `mimalloc-safe` <blockquote> ## [0.1.64] - 2026-06-24 ### Chore - *(deps)* Update actions/checkout action to v7 ([#81](#81)) - *(deps)* Switch mimalloc3 to upstream microsoft/mimalloc ([#82](#82)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent f8b6ea0 commit 7108310

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

β€Ž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.64] - 2026-06-24
10+
11+
### Chore
12+
13+
- *(deps)* Update actions/checkout action to v7 ([#81](https://github.com/napi-rs/mimalloc-safe/pull/81))
14+
- *(deps)* Switch mimalloc3 to upstream microsoft/mimalloc ([#82](https://github.com/napi-rs/mimalloc-safe/pull/82))
915
## [0.1.63] - 2026-06-16
1016

1117
### 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.63"
3+
version = "0.1.64"
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.59", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.60", 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.60] - 2026-06-24
10+
11+
### Chore
12+
13+
- *(deps)* Switch mimalloc3 to upstream microsoft/mimalloc ([#82](https://github.com/napi-rs/mimalloc-safe/pull/82))
914
## [0.1.59] - 2026-06-16
1015

1116
### Chore

β€Ž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.59"
3+
version = "0.1.60"
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)