Skip to content

Commit 95058f7

Browse files
chore: release (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1795c73 commit 95058f7

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

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.57] - 2026-04-16
10+
11+
### Chore
12+
13+
- Updated the following local packages: libmimalloc-sys2
914
## [0.1.56] - 2026-01-11
1015

1116
### 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.56"
3+
version = "0.1.57"
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.52", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.53", default-features = false }
2626

2727
[features]
2828
asm = ["libmimalloc-sys2/asm"]

libmimalloc-sys/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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.53] - 2026-04-16
10+
11+
### Bug Fixes
12+
13+
- Allow function_casts_as_integer lint in sys-test ([#52](https://github.com/napi-rs/mimalloc-safe/pull/52))
14+
15+
### Chore
16+
17+
- Update mimalloc submodules to v2.3.0 and v3.3.0 ([#54](https://github.com/napi-rs/mimalloc-safe/pull/54))
918
## [0.1.52] - 2026-01-11
1019

1120
### 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.52"
3+
version = "0.1.53"
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)