Skip to content

Commit 048ca73

Browse files
chore: release v3.0.3 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c74404 commit 048ca73

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.0](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v3.0.2...json-escape-simd-v3.1.0) - 2026-07-01
11+
12+
### Added
13+
14+
- *(avx512)* working, optimized AVX-512 escape kernel + escape_into overflow fix ([#86](https://github.com/napi-rs/json-escape-simd/pull/86))
15+
16+
### Other
17+
18+
- *(deps)* lock file maintenance ([#85](https://github.com/napi-rs/json-escape-simd/pull/85))
19+
- *(deps)* lock file maintenance ([#79](https://github.com/napi-rs/json-escape-simd/pull/79))
20+
- *(deps)* update rust crate v_jsonescape to 0.9 ([#74](https://github.com/napi-rs/json-escape-simd/pull/74))
21+
1022
## [3.0.2](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v3.0.1...json-escape-simd-v3.0.2) - 2026-04-14
1123

1224
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cpu-features"]
33

44
[package]
55
name = "json-escape-simd"
6-
version = "3.0.2"
6+
version = "3.1.0"
77
edition = "2024"
88
rust-version = "1.85.0"
99
include = ["src/**/*.rs"]

0 commit comments

Comments
 (0)