From 8f271a0b1a97ee399e5f08f3267bfc147f5594bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:46:59 +0000 Subject: [PATCH] chore: release v1.0.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- cpu-features/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f3483ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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] + +## [1.0.1](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.0.0...json-escape-simd-v1.0.1) - 2025-09-23 + +### Other + +- use oxc_sourcemap version of escape_generic ([#9](https://github.com/napi-rs/json-escape-simd/pull/9)) diff --git a/Cargo.lock b/Cargo.lock index cea4304..129f213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "json-escape-simd" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 21e7a08..8a851e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpu-features"] [package] name = "json-escape-simd" -version = "1.0.0" +version = "1.0.1" edition = "2024" rust-version = "1.89.0" include = ["src/**/*.rs"] diff --git a/cpu-features/Cargo.toml b/cpu-features/Cargo.toml index 4ef3dd1..3fef869 100644 --- a/cpu-features/Cargo.toml +++ b/cpu-features/Cargo.toml @@ -6,4 +6,4 @@ rust-version = "1.89.0" publish = false [features] -nightly = [] \ No newline at end of file +nightly = []