From 2702ee6170ca88e3f33a59b641b3058a0c3453cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 12:05:52 +0000 Subject: [PATCH] chore: release v3.0.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0270c16..cec6d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 + +### Other + +- hide avx512 behind feature flag ([#39](https://github.com/napi-rs/json-escape-simd/pull/39)) + ## [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 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3057d5d..89b6a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "json-escape-simd" -version = "3.0.0" +version = "3.0.1" dependencies = [ "criterion2", "glob", diff --git a/Cargo.toml b/Cargo.toml index 836dd56..eb303fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpu-features"] [package] name = "json-escape-simd" -version = "3.0.0" +version = "3.0.1" edition = "2024" rust-version = "1.85.0" include = ["src/**/*.rs"]