Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.55] - 2025-10-04

### Chore

- Upgrade NAPI-RS to 3.0 stable ([#26](https://github.com/napi-rs/mimalloc-safe/pull/26))
- *(deps)* Update dependency @napi-rs/cli to v3.0.4 ([#28](https://github.com/napi-rs/mimalloc-safe/pull/28))
- *(deps)* Update dependency @napi-rs/cli to v3.1.3 ([#29](https://github.com/napi-rs/mimalloc-safe/pull/29))
- *(deps)* Update dependency @napi-rs/cli to v3.1.4 ([#31](https://github.com/napi-rs/mimalloc-safe/pull/31))
- *(deps)* Update actions/checkout action to v5 ([#30](https://github.com/napi-rs/mimalloc-safe/pull/30))
- *(deps)* Update actions/setup-node action to v5 ([#34](https://github.com/napi-rs/mimalloc-safe/pull/34))
- *(deps)* Update yarn to v4.9.4 ([#33](https://github.com/napi-rs/mimalloc-safe/pull/33))
- *(deps)* Update dependency @napi-rs/cli to v3.1.5 ([#32](https://github.com/napi-rs/mimalloc-safe/pull/32))
- *(deps)* Update dependency @napi-rs/cli to v3.2.0 ([#35](https://github.com/napi-rs/mimalloc-safe/pull/35))
- *(deps)* Update yarn to v4.10.3 ([#36](https://github.com/napi-rs/mimalloc-safe/pull/36))
- *(deps)* Update dependency @napi-rs/cli to v3.3.0 ([#37](https://github.com/napi-rs/mimalloc-safe/pull/37))

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mimalloc-safe"
version = "0.1.54"
version = "0.1.55"
authors = [
"Octavian Oncescu <octavonce@gmail.com>",
"Vincent Rouillé <vincent@speedy37.fr>",
Expand Down