From aee116570bcd0de3cf70ab2c342dbc99b96bfe30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:55:10 +0000 Subject: [PATCH] chore: release v1.1.0 --- 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 391bb9e..81ddd4d 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] +## [1.1.0](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.0.4...json-escape-simd-v1.1.0) - 2025-09-23 + +### Added + +- add escape_into ([#18](https://github.com/napi-rs/json-escape-simd/pull/18)) + ## [1.0.4](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.0.3...json-escape-simd-v1.0.4) - 2025-09-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index dddd165..7d3db9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "json-escape-simd" -version = "1.0.4" +version = "1.1.0" dependencies = [ "anyhow", "criterion", diff --git a/Cargo.toml b/Cargo.toml index c3e7b59..f966060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpu-features"] [package] name = "json-escape-simd" -version = "1.0.4" +version = "1.1.0" edition = "2024" rust-version = "1.89.0" include = ["src/**/*.rs"]