File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.0] ( https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.1.0...json-escape-simd-v2.0.0 ) - 2025-10-13
11+
12+ ### Fixed
13+
14+ - tests on avx512 host ([ #35 ] ( https://github.com/napi-rs/json-escape-simd/pull/35 ) )
15+
16+ ### Other
17+
18+ - run miri on more platform ([ #34 ] ( https://github.com/napi-rs/json-escape-simd/pull/34 ) )
19+ - cleanup codes ([ #33 ] ( https://github.com/napi-rs/json-escape-simd/pull/33 ) )
20+ - split impls into arch ([ #32 ] ( https://github.com/napi-rs/json-escape-simd/pull/32 ) )
21+ - runtime detect simd features ([ #29 ] ( https://github.com/napi-rs/json-escape-simd/pull/29 ) )
22+ - remove useless deps ([ #28 ] ( https://github.com/napi-rs/json-escape-simd/pull/28 ) )
23+ - update benchmark result
24+ - borrow the sonic-rs string escape implementation ([ #27 ] ( https://github.com/napi-rs/json-escape-simd/pull/27 ) )
25+ - * (deps)* update rust crate json-escape to 0.3.0 ([ #24 ] ( https://github.com/napi-rs/json-escape-simd/pull/24 ) )
26+ - * (deps)* update rust crate json-escape to 0.2.0 ([ #23 ] ( https://github.com/napi-rs/json-escape-simd/pull/23 ) )
27+ - omit other crates in codspeed ([ #22 ] ( https://github.com/napi-rs/json-escape-simd/pull/22 ) )
28+ - add benchmark ([ #20 ] ( https://github.com/napi-rs/json-escape-simd/pull/20 ) )
29+
1030## [ 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
1131
1232### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["cpu-features"]
33
44[package ]
55name = " json-escape-simd"
6- version = " 1.1 .0"
6+ version = " 2.0 .0"
77edition = " 2024"
88rust-version = " 1.89.0"
99include = [" src/**/*.rs" ]
You can’t perform that action at this time.
0 commit comments