Skip to content

Commit 7914187

Browse files
chore: release v3.0.1 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37f9991 commit 7914187

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [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
11+
12+
### Other
13+
14+
- hide avx512 behind feature flag ([#39](https://github.com/napi-rs/json-escape-simd/pull/39))
15+
1016
## [3.0.0](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v2.0.0...json-escape-simd-v3.0.0) - 2025-10-13
1117

1218
### 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.0"
6+
version = "3.0.1"
77
edition = "2024"
88
rust-version = "1.85.0"
99
include = ["src/**/*.rs"]

0 commit comments

Comments
 (0)