Skip to content

Commit a7eb4e7

Browse files
chore: release v3.0.2 (#59)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78e82d3 commit a7eb4e7

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.2](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v3.0.1...json-escape-simd-v3.0.2) - 2026-04-14
11+
12+
### Other
13+
14+
- *(deps)* update rust crate rand to v0.10.1 [security] ([#68](https://github.com/napi-rs/json-escape-simd/pull/68))
15+
- *(deps)* lock file maintenance ([#67](https://github.com/napi-rs/json-escape-simd/pull/67))
16+
- *(deps)* lock file maintenance ([#63](https://github.com/napi-rs/json-escape-simd/pull/63))
17+
- *(neon)* combine 4 escape masks in SIMD domain before GPR extraction ([#61](https://github.com/napi-rs/json-escape-simd/pull/61))
18+
- *(deps)* update rust crate rand to 0.10 ([#58](https://github.com/napi-rs/json-escape-simd/pull/58))
19+
1020
## [3.0.1](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v3.0.0...json-escape-simd-v3.0.1) - 2025-10-14
1121

1222
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cpu-features"]
33

44
[package]
55
name = "json-escape-simd"
6-
version = "3.0.1"
6+
version = "3.0.2"
77
edition = "2024"
88
rust-version = "1.85.0"
99
include = ["src/**/*.rs"]

0 commit comments

Comments
 (0)