Skip to content

Commit e63a7e0

Browse files
authored
chore: release v1.7.0 (#99)
1 parent b7f33e6 commit e63a7e0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.7.0](https://github.com/unrs/unrs-resolver/compare/v1.6.6...v1.7.0) - 2025-04-24
10+
11+
### <!-- 0 -->Features
12+
13+
- enable `no_opt_arch` flag for `mimalloc-safe` on `linux-aarch64` ([#98](https://github.com/unrs/unrs-resolver/pull/98))
14+
915
## [1.6.6](https://github.com/unrs/unrs-resolver/compare/v1.6.5...v1.6.6) - 2025-04-23
1016

1117
### <!-- 0 -->Features

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "unrs_resolver"
7-
version = "1.6.6"
7+
version = "1.7.0"
88
authors = ["JounQin <admin@1stg.me> (https://www.1stG.me)"]
99
categories = ["development-tools"]
1010
edition = "2024"

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unrs-resolver",
3-
"version": "1.6.6",
3+
"version": "1.7.0",
44
"description": "UnRS Resolver Node API with PNP support",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)