diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ddd4d..750d5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.1.0...json-escape-simd-v1.1.1) - 2025-10-01 + +### Other + +- *(deps)* update rust crate json-escape to 0.3.0 ([#24](https://github.com/napi-rs/json-escape-simd/pull/24)) +- *(deps)* update rust crate json-escape to 0.2.0 ([#23](https://github.com/napi-rs/json-escape-simd/pull/23)) +- omit other crates in codspeed ([#22](https://github.com/napi-rs/json-escape-simd/pull/22)) +- add benchmark ([#20](https://github.com/napi-rs/json-escape-simd/pull/20)) + ## [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 diff --git a/Cargo.lock b/Cargo.lock index 1602506..9bfe521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,16 +324,16 @@ dependencies = [ [[package]] name = "json-escape" -version = "0.1.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3100a96840f2d70dd1c336ec5f76f160edfd56d8e9de2a949d440c0805459cce" +checksum = "b330a4975b953eb01659ab24f612fa9461a71e4279c25e02689d0c5db03c20e5" dependencies = [ "memchr", ] [[package]] name = "json-escape-simd" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/Cargo.toml b/Cargo.toml index c9d15bb..d701f73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpu-features"] [package] name = "json-escape-simd" -version = "1.1.0" +version = "1.1.1" edition = "2024" rust-version = "1.89.0" include = ["src/**/*.rs"]