diff --git a/CHANGELOG.md b/CHANGELOG.md index f3483ba..d76845c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.0.1...json-escape-simd-v1.0.2) - 2025-09-23 + +### Other + +- code cleanup +- cleanup codes + ## [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 diff --git a/Cargo.lock b/Cargo.lock index 129f213..e1e3658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "json-escape-simd" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 8a851e0..70686bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpu-features"] [package] name = "json-escape-simd" -version = "1.0.1" +version = "1.0.2" edition = "2024" rust-version = "1.89.0" include = ["src/**/*.rs"]